Skip to content

Instantly share code, notes, and snippets.

@kreig303
Forked from Kovrinic/.gitconfig
Created May 21, 2019 15:14
Show Gist options
  • Save kreig303/312b271b563ffd16d75e9531b8723f68 to your computer and use it in GitHub Desktop.
Save kreig303/312b271b563ffd16d75e9531b8723f68 to your computer and use it in GitHub Desktop.
git global url insteadOf setup
# one or the other, NOT both
[url "https://github"]
insteadOf = git://github
# or
[url "[email protected]:"]
insteadOf = git://github
@kreig303
Copy link
Author

kreig303 commented May 21, 2019

git config --global http.sslVerify false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment