Last active
August 29, 2015 14:05
-
-
Save xCASx/3291a3a61e5d4de09dde to your computer and use it in GitHub Desktop.
Git ignore SSL check commands
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
# Turn off global property | |
git config http.sslVerify false | |
# Turn off ssl check for current operation | |
git -c http.sslVerify=false clone https://domain.com/path/to/git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment