我连接了bitbucket,在我的计算机中安装了git和sourcetree,并尝试将sourcetree和bitbucket连接在一起。但我不能两者都联系起来。当我试图克隆存储库源路径时,它显示

this is not a valid source path...
git: 'credential-osxkeychain' is not a git command. See 'git --help'.

git - git:“credential-osxkeychain”不是git命令。参见'git --help'-LMLPHP
就像这个错误
我不知道凭据osxkeychain文件,我使用的是windows操作系统
有人能帮我解决这个问题吗?

最佳答案

有没有可能
$ git config --get credential.helper
是否显示osxkeychain?这只适用于OSX。
尝试查找相应的.gitconfig文件(可能在$home中)并删除凭证帮助器行。
编辑:Atlassian也记录了issue

07-24 12:37