Created
January 12, 2012 07:31
-
-
Save byplayer/1599267 to your computer and use it in GitHub Desktop.
git ignore ssl verify
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
export GIT_SSL_NO_VERIFY=true |
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
Globally disabling this is a terrible idea for security.
This answer has a much better workaround. https://stackoverflow.com/a/11622001/3794873