Last active
August 17, 2017 13:46
-
-
Save ninodafonte/11398116 to your computer and use it in GitHub Desktop.
Change git:// by https:// default in Git clone #git
This file contains 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 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