This is an old revision of the document!


git through proxy with auth

.gitconfig

Add this to the .gitconfig file:

[http]
    proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080