git 使用过程错误集合


1、git-credential-manager-core was renamed to git-credential-manager

出现以下提示建议尽快更新您的 Git 配置以使用新的可执行文件名称,以防止将来出现任何问题。(即重新安装最新版本git即可)

warning: git-credential-manager-core was renamed to git-credential-manager
warning: see https://aka.ms/gcm/rename for more information

2、‘credential-manager-core’ is not a git command. See ‘git --help’.

  • 先运行 git config --list
  • 再运行 git config --global --unset credential.helper

猜你喜欢

转载自blog.csdn.net/weiCong_Ling/article/details/134592743