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>
technical documentation, learning by doing