win10 github 配置代理路由proxys
git config --globalhttp.proxy http://127.0.0.1:33210https://stackoverflow.com/questions/128035/how-do-i-pull-from-a-git-repository-through-an-http-proxy
·
git config --global http.proxy http://127.0.0.1:33210
git config --global https.proxy https://127.0.0.1:33210
git config --global --unset http.proxy http://127.0.0.1:33210
git config --global --unset http.proxy
git config --global --unset https.proxy http://127.0.0.1:33210
git config --global --unset https.proxy
git config --global -l
https://stackoverflow.com/questions/128035/how-do-i-pull-from-a-git-repository-through-an-http-proxy
更多推荐
所有评论(0)