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

前端 未结 10 1183
日久生厌
日久生厌 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:03

    this always happens with source tree app and the solution that you change the settings to use the system git not the embedded git with source-tree because source tree is using an older version or you can update the settings with the path to git executable and you should find it in /usr/bin/git or you can print which git and point your Source tree app to use it

提交回复
热议问题