Failed to connect to github.com port 443 after 21095 ms: Couldn't connect to serve
1 | C:\Github\Project\blog>git config --global -l |
手动设置http和https的proxy为vpn端口 1
2
3
4
5
6
7
8
9
10
11C:\Github\Project\blog>git config --global http.proxy 127.0.0.1:7890
C:\Github\Project\blog>git config --global https.proxy 127.0.0.1:7890
C:\Github\Project\blog>git config --global -l
core.editor="C:\Users\cheng\AppData\Local\Programs\Microsoft VS Code\bin\code" --wait
user.email=cdongquan@foxmail.com
user.name=chengdongquan
credential.https://gitee.com.provider=generic
http.proxy=127.0.0.1:7890
https.proxy=127.0.0.1:7890