文章目錄
- 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