github proxy
时间:2014-04-30 01:13:49
收藏:0
阅读:507
--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
评论(0)