git reset 或者 timeout

69 阅读1分钟

git config --global --unset http.proxy

git config --global --unset https.proxy

2

git config --global http.proxy http://127.0.0.1:7890

git config --global -l

好像需要把梯子打开

然后就可以正常使用了