Skip to content

Instantly share code, notes, and snippets.

@jtdp
Created April 24, 2013 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtdp/5452285 to your computer and use it in GitHub Desktop.
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.
# 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