git pull 出现 fatal: Authentication failed for 'http://git...

git config --system --unset credential.helper

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

在 windows cmd 中执行 git config --system --unset credential.helper

之后就会出现 git 输入用户名密码的弹框,就 OK 了

相关文章:

  • 2021-04-29
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2021-11-11
  • 2021-04-24
  • 2021-08-18
  • 2021-11-08
猜你喜欢
  • 2021-09-13
  • 2021-05-20
  • 2022-12-23
  • 2021-06-19
  • 2021-11-16
  • 2021-10-29
相关资源
相似解决方案