Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenetexperts/709ddb904289c3c65a6afc40f89c8d1d to your computer and use it in GitHub Desktop.
Save thenetexperts/709ddb904289c3c65a6afc40f89c8d1d to your computer and use it in GitHub Desktop.
Force git to use git:// instead of https://
git config --global url."git@github.com:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment