解决方案
1)运行 git config --list,部分输出如下:

core.editor=nano
credential.helper=manager
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/xxx.git
remote.origin.fetch=+refs/heads/:refs/remotes/origin/
branch.master.remote=origin
branch.master.merge=refs/heads/master

2)运行git config --global --unset credential.helper,之后再git push orgin master即可。
 

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2021-09-28
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-08-08
  • 2021-11-07
猜你喜欢
  • 2021-08-19
  • 2021-08-04
  • 2022-12-23
  • 2021-09-23
  • 2021-07-18
  • 2022-01-27
相关资源
相似解决方案