$ git clone https://github.com/someguy/hisApp.gitIf this happens to you ... no problem.
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
$ env GIT_SSL_NO_VERIFY=true git clone https://github.com/someguy/hisApp.gitHope that helps.


0 comments:
Post a Comment