Created
August 9, 2011 18:26
-
-
Save lennonjesus/1134806 to your computer and use it in GitHub Desktop.
Arquivo necessário para configurar o git no Windows (msysgit) através de um proxy com autenticação
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
[user] | |
name = Your Name Here | |
email = yourmail@yourdomain.com | |
[http] | |
proxy = http://[username]:[password]@[host]:[port] | |
[alias] | |
st = status | |
ci = commit | |
co = checkout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment