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

前端 未结 10 1172
日久生厌
日久生厌 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 14:11

    If you meet this problem when use brew update, try

    brew update --debug --verbose
    

    You can see the detail log, and find the real reason.

提交回复
热议问题