Created
July 4, 2013 20:24
-
-
Save andreibosco/5930045 to your computer and use it in GitHub Desktop.
substituir git:// por https://
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
| Fonte: http://stackoverflow.com/questions/4891527/git-protocol-blocked-by-company-how-can-i-get-around-that | |
| Simply issue the following command: | |
| git config --global url."https://".insteadOf git:// | |
| This simply adds the following two lines to ~/.gitconfig: | |
| [url "https://"] | |
| insteadOf = git:// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment