Skip to content

Setup HTTP Proxy in Windows for Git

oxivanisher edited this page Mar 1, 2011 · 1 revision

GIT behind Proxy for

Open your GIT console and do:

$ git config --global http.proxy "<ENTER PROXY HERE>"`
$ git config --get http.proxy`
<should return your proxy>`
$ git clone <HTTPS URL TO GIT>`
Password: <YOUR SSA PASSWORD>`
Clone this wiki locally