wsl的git clone解决
·
生效
git config --global http.proxy http://127.0.0.1:7897
git config --global https.proxy http://127.0.0.1:7897
git config --global http.proxy http://127.0.0.1:10808
git config --global https.proxy http://127.0.0.1:10808
删除
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
更多推荐
所有评论(0)