标签:http c t sp set user name port url proxy system
--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
标签:http c t sp set user name port url proxy system
原文地址:http://www.cnblogs.com/galoishelley/p/3695992.html