git config --global http.proxy代理地址
git config --global https.proxy代理地址
git config --global http.proxy http://127.0.0.1:12333
git config --global https.proxy http://127.0.0.1:12333
查看代理
git config --global --get http.proxy
git config --global --get ht