Skip to content

Instantly share code, notes, and snippets.

@tanmaypatel
Created February 6, 2014 13:07
Show Gist options
  • Save tanmaypatel/8843800 to your computer and use it in GitHub Desktop.
Save tanmaypatel/8843800 to your computer and use it in GitHub Desktop.
Git Behind Corporate Firewall FTW!
Add these entried to your '.gitconfig' file in your user directory (go to %USERPROFILE%):
[url "https://"]
insteadOf = git://
[http]
proxy = http://<proxy_server>:<port>/
[https]
proxy = http://<proxy_server>:<port>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment