设置代理服务器
git config --global http.proxy 代理服务器地址
git config --global https.proxy 代理服务器地址取消代理
git config --global --unset http.proxy
git config --global --unset https.proxygit config --global http.proxy 代理服务器地址
git config --global https.proxy 代理服务器地址git config --global --unset http.proxy
git config --global --unset https.proxy