1.

查看自己的账户名与密码

$ git config --global user.name

$ git config --global user.email

没有的话就添加

然后修改账户名与密码

$ git config --global user.name “gxl"

$ git config --global user.email "[email protected]

 

2.修改过之后还报错 是因为你的电脑--”凭据管理器“--的”windows 凭据“  进行编辑修改即可:

git ------- fatal: Authentication failed for ‘http://XXXX‘ 的这种错误 的解决办法

相关文章:

  • 2021-10-05
  • 2022-01-02
  • 2021-11-23
  • 2021-09-13
  • 2021-09-14
  • 2022-12-23
  • 2019-12-26
猜你喜欢
  • 2022-01-14
  • 2022-12-23
  • 2021-05-20
  • 2021-07-12
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
相关资源
相似解决方案