Created
September 11, 2018 02:07
-
-
Save xbalaji/e28113336d6db2cc5ca875956827217f to your computer and use it in GitHub Desktop.
git config commands
This file contains hidden or 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
# 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