Created
August 7, 2017 07:41
-
-
Save Sohail05/cdb1c6a4291d75172890057ae1bf113c to your computer and use it in GitHub Desktop.
Https to git protocal #git #config
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
#!/bin/bash | |
# ref: https://git-scm.com/docs/git-config | |
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