设置http代理 git config --global https.proxy http://127.0.0.1:1080 取消代理 git config --global --unset http.proxy