可能是因为本地开启了代理的缘故
直接恢复:
git config --global http.proxy "http://127.0.0.1:7890"
git config --global https.proxy "https://127.0.0.1:7890"
就好了
可能是因为本地开启了代理的缘故
直接恢复:
git config --global http.proxy "http://127.0.0.1:7890"
git config --global https.proxy "https://127.0.0.1:7890"
就好了