Skip to content

Instantly share code, notes, and snippets.

@jetzhliu
Created April 9, 2013 05:34
Show Gist options
  • Save jetzhliu/5343203 to your computer and use it in GitHub Desktop.
Save jetzhliu/5343203 to your computer and use it in GitHub Desktop.
proxy in git

win 7

cd C:\Users\username
add the following config to .gitconfig

[http]
  proxy = http://127.0.0.1:8087
	sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment