Skip to content

Instantly share code, notes, and snippets.

@ninodafonte
Last active August 17, 2017 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ninodafonte/11398116 to your computer and use it in GitHub Desktop.
Save ninodafonte/11398116 to your computer and use it in GitHub Desktop.
Change git:// by https:// default in Git clone #git
git config --global url."https://".insteadOf git://
git config --global --unset url."https://".insteadOf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment