Tuesday, 12 August 2014
Wednesday, 6 August 2014
Config for getting GitHub going at work that I always forget
GitHub, you make me so :/
How to set proxy:
How to unset proxy:
Stop the 'fatal: unable to access 'https:github.com/[whatever]/' : SSL certificate problem: unable to get local issuer certificate::
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
Subscribe to:
Posts (Atom)