Skip to content

Instantly share code, notes, and snippets.

@xCASx
Last active August 29, 2015 14:05
Show Gist options
  • Save xCASx/3291a3a61e5d4de09dde to your computer and use it in GitHub Desktop.
Save xCASx/3291a3a61e5d4de09dde to your computer and use it in GitHub Desktop.
Git ignore SSL check commands
# 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