Skip to content

Instantly share code, notes, and snippets.

@William-Hill
Created January 9, 2020 23:25
Show Gist options
  • Save William-Hill/9b162e759eb9a51a476600605edf7107 to your computer and use it in GitHub Desktop.
Save William-Hill/9b162e759eb9a51a476600605edf7107 to your computer and use it in GitHub Desktop.
Disable SSL for single Git clone
git -c http.sslVerify=false clone https://example.com/path/to/git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment