Skip to content

Instantly share code, notes, and snippets.

@lennonjesus
Created August 9, 2011 18:26
Show Gist options
  • Save lennonjesus/1134806 to your computer and use it in GitHub Desktop.
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
[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