Git port blocked proxy workaround
#Global if you never have direct access to github
git config --global url.https://github.com/.insteadOf git://github.com/
#Repository specific if you only have certain repos you need to push/pull via git:// behind the proxy
git config url.https://github.com/.insteadOf git://github.com/