Tuesday 12 August 2014

Noah PC desktop is sad

So, how do you feel about having to install all these different bits of software on the Noah PC?



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