Skip to content

Instantly share code, notes, and snippets.

@mredar
Created July 18, 2013 22:00
Show Gist options
  • Save mredar/6033503 to your computer and use it in GitHub Desktop.
Save mredar/6033503 to your computer and use it in GitHub Desktop.
Ignore certificates in git
export GIT_SSL_NO_VERIFY=true
git <xxxx>
or env GIT_SSL_NO_VERIFY=true git <xxx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment