Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created September 11, 2018 02:07
Show Gist options
  • Save xbalaji/e28113336d6db2cc5ca875956827217f to your computer and use it in GitHub Desktop.
Save xbalaji/e28113336d6db2cc5ca875956827217f to your computer and use it in GitHub Desktop.
git config commands
# git ignore certificates
# git -c http.sslVerify <git command>
git -c http.sslVerify=false pull
# to disable for the entire repo
git config http.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment