晕了,今天不知道怎么出现了这个问题
端口号看你的代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
问题得到解决
取消全局代理
git config --global --unset http.proxy
git config --global --unset https.proxy
晕了,今天不知道怎么出现了这个问题
端口号看你的代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
问题得到解决
取消全局代理
git config --global --unset http.proxy
git config --global --unset https.proxy
微信扫码登录