Posts

Showing posts with the label http_proxy

git tip: proxy

I tried using different git client to simply clone a repo and nothing works, forgot I was behind a proxy at work, so simply run this git config --global http.proxy http://<user>:<pass>@<proxy server>:<port>