@adens 6/28/2018 8:07:19 AM
git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy git config --global --unset https.proxy
git config --global http.https://github.com.proxy localhost:1080 git config --global https.https://github.com.proxy localhost:1080
注意:走localhost还是127.0.0.1看internet选项中 连接的PAC地址.如果在hosts文件添加了以下映射请随意
127.0.0.1 localhost
git config --global --unset http.https://github.com.proxy git config --global --unset https.https://github.com.proxy
Last Modification : 6/28/2018 8:07:19 AM