执行git clone的时候时不时报错
fatal: unable to access 'https://github.com/xxxx.git/':
Failed to connect to github.com port 443 after 21059 ms: Couldn't connect to server
后来我发现VPN一定要开全局模式
在这里也列举几个解决办法:
- 代理问题——设置代理地址
运行命令
git config --global http.proxy XXX.XXX.XXX.XXX:ZZ
其中xxx.xxx.xxx.xx是你的代理地址,zz是你的端口号
比如:
git config --global http.proxy 127.0.0.1:8087
- 防火墙问题
一定要确保电脑的防火墙是关闭的