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>

Comments

Popular posts from this blog

MongoDB tip: 4 ways to modify replica set configuration

MongoDB Quick Note: BI Connector Issue

MongoDB Tips: Kill long running processes