Meandering Life!

Hither, Thither …

GitHub for Windows through proxies

| 11 Comments

If you’re using GitHub for Windows in a corporate, chances are high that you’re behind a big bad Corporate Firewall/Proxy. GitHub for Windows doesn’t yet have the proxy parameters in its GUI for setting Options.

To configure GitHub for Windows to use your  corporate proxy, edit the .gitconfig file typically found at C:\Users\<yourusername>\.gitconfig or C:\Documents & Settings\<yourusername>\.gitconfig

Close GitHub for Windows; In .gitconfig, just add

[http]
proxy = http://dumbproxy.yourcompany.com:8080

[https]
proxy = http://dumbproxy.yourcompany.com:8080

And speaking about dumb proxies, take a look at the category this proxy spews out as the reason for filtering it out :-)

Proxy reason for filtering

11 Comments

  1. Thanks for helping out :)

  2. Hi,

    Thanks, this helped me much. Why don’t they include this in the config screen?

  3. Hey, thanks a lot! Took me sometime to figure this out.

  4. Beautiful! Thanks mate.

  5. That did the trick. Thanks!

  6. Thanks for the nice post, I agree that GITHub should give some sort of UI to configure the proxy.

    Anyways thanks a lot.

  7. Many thanks. Helped me a lot.

  8. Thanks for tip.

  9. thanks alot ,it is very useful

  10. great info. i need more details, what if i have to include my username and password? how it going to look like?

Leave a Reply

Required fields are marked *.


Switch to our mobile site