Created
April 24, 2013 13:53
-
-
Save jtdp/5452285 to your computer and use it in GitHub Desktop.
If you get the error: SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing... you need to set GIT_SSL_NO_VERIFY to true.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On Centos.. | |
EXPORT GIT_SSL_NO_VERIFY=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment