Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created February 9, 2018 12:42
Show Gist options
  • Save abdulhadad/2784d579b85218fddd3300ba2eda4392 to your computer and use it in GitHub Desktop.
Save abdulhadad/2784d579b85218fddd3300ba2eda4392 to your computer and use it in GitHub Desktop.
Git proxy settings, .gitconfig file
add
[http]
proxy = http://domain%5cuser:password@host:port
or
[http]
proxy = http://user:password@host:port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment