fatal: Authentication failed for 'http:xxxxxxxxxx.git/'
解决方案 

1. git config --global user.name "username"
git config --global user.email "email",弊端好像无法解决问题
 
2. git config --system --unset credential.helper,弊端需要每次都输入密码
 
3.控制面板-用户账户-凭证管理器-普通凭证,把里面的git密码修改删除就好

相关文章:

  • 2022-12-23
  • 2021-04-23
  • 2021-11-21
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2022-01-10
  • 2021-09-28
  • 2021-11-16
  • 2022-01-18
相关资源
相似解决方案