error: git-credential-osxkeychain died of signal 11

后端 未结 7 2109
余生分开走
余生分开走 2020-12-14 07:00

I have installed github version 0.8.4, but when i try to fetch something from git, it is showing this message.

Fetching all tracking branches from Queue-iOS          


        
7条回答
  •  甜味超标
    2020-12-14 07:33

    I was getting the following errors when I tried to use the git version 1.8.1.3 after upgrading: git-credential-osxkeychain died of signal 11 When I was doing git pull, I would get fatal: https://github.com/.../../info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?

    I am guessing it had to do with my previous invalid github credentials in the keychain.

    • Opened keychain access tool using Command space
    • searched for github in the keychain access tool
    • removed all the entries related to github (since I no longer needed it)
    • followed the setup git password caching section again setup git
    • it worked

提交回复
热议问题