报错:
Failed to connect to github.com port 443 after 21104 ms: Timed out
原因:开了代理,网页可以访问,在vscode的提交没有走到代理,用的是猫7890端口
解决:
git config --global http.proxy 127.0.0.1:7890
git config --global https.proxy 127.0.0.1:7890
报错:
Failed to connect to github.com port 443 after 21104 ms: Timed out
原因:开了代理,网页可以访问,在vscode的提交没有走到代理,用的是猫7890端口
解决:
git config --global http.proxy 127.0.0.1:7890
git config --global https.proxy 127.0.0.1:7890
12万+
9万+

被折叠的 条评论
为什么被折叠?