Wednesday, 6 August 2014

Config for getting GitHub going at work that I always forget

GitHub, you make me so :/

How to set proxy:

git config --global http.proxy http://user:password@proxyname:port

How to unset proxy:

git config --global --unset http.proxy

Stop the 'fatal: unable to access 'https:github.com/[whatever]/' : SSL certificate problem: unable to get local issuer certificate::

git config -- global http.sslVerify false




No comments:

Post a Comment