git config proxy

[code]
git config –global http.proxy ‘http://127.0.0.1:8123’
git config –global https.proxy ‘http://127.0.0.1:8123’
[/code]