Tuesday, May 03, 2011

error: SSL certificate problem, verify that the CA cert is OK.

$ git clone https://github.com/someguy/hisApp.git
Cloning into hisApp ...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/someguy/hisApp.git/info/refs

fatal: HTTP request failed
If this happens to you ... no problem.  Here is a solution:
$ env GIT_SSL_NO_VERIFY=true git clone https://github.com/someguy/hisApp.git
Hope that helps.

1 comment:

Prasanth Guddanti said...

Please suggest a solution for this problem. I am trying to use https protocol for my git repositories.
-- shell https
-- clone working
-- push not working
-- TortoiseGit
-- Not at all working.
-- GitGUI
-- Not at all working.