linux中文乱码问题及locale详解
时间:2014-04-30 01:14:51
收藏:0
阅读:607
--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)