常见的Git使用错误集锦及解决方法

文章目录

  • 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
  • 物联沃分享整理
    物联沃-IOTWORD物联网 » 常见的Git使用错误集锦及解决方法

    发表评论