转自http://ricksu.blog.163.com/blog/static/18906433820125294929508/
linux下为git设置代理
git config --global http.proxy http://proxy.com:1234
git config --global https.proxy http://proxy.com:1234
git config --global http.sslverify false
机器重启后就会失效。
转自http://ricksu.blog.163.com/blog/static/18906433820125294929508/
linux下为git设置代理
git config --global http.proxy http://proxy.com:1234
git config --global https.proxy http://proxy.com:1234
git config --global http.sslverify false