SSLRead() error using Git in Mavericks OS X 10.9.2

痴心易碎 提交于 2019-12-31 03:10:49

问题


Since I installed Git through Xcode-tools in my MBP with Mavericks OS X 10.9.2. I am not able to clone a existing repo into my computer. I'm pretty sure that the problem is in my current computer, because the repo works fine from other PCs.

The error is:

amoreno$ git clone https://git.cen**14.git/ Cloning into 'ttc14'... fatal: unable to access 'https://git.cen****14.git/': SSLRead() return error -9841

I have ruled out completely problems with the SSL certificate, since the global config is:

[http] sslVerify = false

I have both versions Git 1.8.5.2 (installed with Xcode) and Git 1.9.0 (installed using the real git installer), and the same message is returned.


回答1:


found this page. thanks author.

http://stuffandymakes.com/2014/03/11/os-x-mavericks-10-9-2-causes-ssl-errors-git-bitbucket/

Open KeyChain app, delete "DigiCert High Assurance CA-*" certificates, then reboot your mac.



来源:https://stackoverflow.com/questions/22492987/sslread-error-using-git-in-mavericks-os-x-10-9-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!