使用shadowsocks加速github的使用

解决办法 #

git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'

要在已经打开shadowsocks的情况下设置才有效