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 Ops Manager Basic Installation and Configuration

Oracle Goldengate Extract, Pump, and Replicat

Oracle Goldengate Extract and Replicat within same DB from one schema to another plus some issues and fixes