2013-03-10 25 views
4

當使用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

回答

0

你的幫手憑證拼寫錯誤。你的〜/的.gitconfig文件應具有以下條目:

[credential] 
    helper = osxkeychain 

,但可能有這個:

您正在使用什麼版本SourceTree的,並且您使用的嵌入式或系統混帳
[credential] 
    helper = oskeychain