Sourcetree OSX上寻找“凭据oskeychain”,而不是“凭据osxkeychain”

Sourcetree OSX上寻找“凭据oskeychain”,而不是“凭据osxkeychain”

问题描述:

当使用Sourcetree,我不断收到错误Sourcetree OSX上寻找“凭据oskeychain”,而不是“凭据osxkeychain”

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

我敢肯定Sourcetree /混帐应该使用

credential-osxkeychain" 

(注意在OSX的X,它是在原来的误差遗漏)

如何改变呢?我在世界上如何设置Sourcetree/Git来输入错误的命令?我似乎无法寻找到改变这种

我已经运行

locate credential-oskeychain 

毫不奇怪,什么也没有发现。

locate credential-osxkeychain 

回报

/opt/local/bin/git-credential-osxkeychain 

中其他几个

预先感谢帮助新手使用Sourcetree

+0

? – Kezzer 2013-03-12 17:00:38

+0

看起来像一个bug,你应该把它报告给Atlassian – CharlesB 2013-09-30 16:13:20

你的帮手凭证拼写错误。你的〜/的.gitconfig文件应具有以下条目:

[credential] 
    helper = osxkeychain 

,但可能有这个:

您正在使用什么版本SourceTree的,并且您使用的嵌入式或系统混帐
[credential] 
    helper = oskeychain