Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created January 12, 2012 07:31
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save byplayer/1599267 to your computer and use it in GitHub Desktop.
Save byplayer/1599267 to your computer and use it in GitHub Desktop.
git ignore ssl verify
export GIT_SSL_NO_VERIFY=true
@dragon788
Copy link

Globally disabling this is a terrible idea for security.

This answer has a much better workaround. https://stackoverflow.com/a/11622001/3794873

@gakowalski
Copy link

good for quick dev fix in dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment