Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用';时获取git凭据osxkeychain错误;git推送';命令_Git_Bitbucket - Fatal编程技术网

使用';时获取git凭据osxkeychain错误;git推送';命令

使用';时获取git凭据osxkeychain错误;git推送';命令,git,bitbucket,Git,Bitbucket,我已经安装了git版本1.8.4.2。执行git push时,我得到以下错误: **error: git-credential-osxkeychain died of signal 11** Password for 'https://example@bitbucket.org': error: git-credential-osxkeychain died of signal 11 Counting objects: 3, done. Delta compression using up t

我已经安装了git版本1.8.4.2。执行
git push
时,我得到以下错误:

**error: git-credential-osxkeychain died of signal 11**
Password for 'https://example@bitbucket.org': 
error: git-credential-osxkeychain died of signal 11
Counting objects: 3, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 262 bytes | 0 bytes/s, done.
Total 2 (delta 1), reused 0 (delta 0)
To https://example@bitbucket.org/example/repoX.git
   14d71eb..dabf093  master -> master
我还执行了
git-credential-osxkeychain
,但仍然是相同的错误

文件
gitconfig
仅包含:

[credential]
        helper = osxkeychain

让我告诉您,文件确实提交并推送成功。

我想可能是重复的,因为我没有得到:
git:'credential osxkeychain'不是git命令。请参阅“git--help”
我想您并没有真正阅读答案。您是否尝试重新下载凭据助手?@Nevkrehnel是的,我读过,但我没有安装更新的凭据,因为link()说需要在未安装凭据助手时安装它。如果你建议下载,你能告诉我把文件放在哪里,这样git就可以识别它了吗?谢谢@Nevkrehnel它工作了。。我再次检查了我的路径,发现它没有指向写入文件。。。