I have git version 1.8.4.2 installed. Upon executing git push
I got following error:
**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
I also executed git credential-osxkeychain
but still same error.
the file gitconfig
only contains:
[credential]
helper = osxkeychain
Let me tell you file did commit and push successfully.