使用Sourcetree时,我不断收到错误
git: 'credential-oskeychain' is not a git command. See 'git --help'.
我很确定Sourcetree / git应该使用
credential-osxkeychain"
(注意osx中的X,原始错误中缺少它)
我该如何更改?我是如何设置Sourcetree / Git来设置这个错误的命令?我似乎无法找到改变这个的地方
我跑了
locate credential-oskeychain
并不奇怪,一无所获。
locate credential-osxkeychain
返回
/opt/local/bin/git-credential-osxkeychain
其他几个人
提前感谢帮助新手使用Sourcetree
答案 0 :(得分:0)
您的助手凭据拼写错误。你的〜/ .gitconfig文件应该有以下条目:
[credential]
helper = osxkeychain
但可能会改为:
[credential]
helper = oskeychain