gitee推送到远程仓库时提示错误
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'

解决办法:

一、清除本地的gitee用户名和密码

git config --system --unset credential.helper

出现以下错误提示,显示我没有权限,无果

error: could not lock config file C:/Program Files/Git/mingw64/etc/gitconfig: Permission denied

二、打开控制面板》所有控制面板项》凭据管理器,删除相应的凭证

remote: Incorrect username or password ( access token ) fatal: Authentication failed for

 

相关文章:

  • 2022-01-08
  • 2022-01-17
  • 2021-04-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2021-09-12
  • 2021-08-04
  • 2021-06-22
  • 2021-05-31
相关资源
相似解决方案