首页 > 代码库 > linux中文乱码问题及locale详解

linux中文乱码问题及locale详解

--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