文章目录
- 1、git-credential-manager-core was renamed to git-credential-manager
- 2、'credential-manager-core' is not a git command. See 'git --help'.
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