github proxy

--set github proxy

git config --global http.proxy http://user_name:user_pwd@user_ip:port

git config --system http.sslcainfo /bin/curl-ca-bundle.crt

 

--cancel proxy

git config --global (or --system or --local) --unset http.proxy

posted @ 2014-04-28 11:28  galoishelley  阅读(526)  评论(0编辑  收藏  举报