GitHub for Mac error: git: 'credential-osxkeychain' is not a git command

前端 未结 10 1220
日久生厌
日久生厌 2020-12-28 13:11

When using the GitHub for Mac app (version 87), I received the following error:

git: \'credential-osxkeychain\' is not a git command. See \'git --help

10条回答
  •  余生分开走
    2020-12-28 13:53

    git: 'credential-osxkeychain' is not a git command. See 'git --help'. this error message's gone after I upgraded git, with

    brew upgrade git
    
    ==> Upgrading 1 outdated package:
    git 2.11.1 -> 2.21.0
    

提交回复
热议问题