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.
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.