Git unable to access 错误解决(Git设置代理)

如果使用clash默认端口:

git config --global https.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890

常见未设置代理/代理服务器有问题/代理速度慢导致的错误:


fatal: unable to access '': Failed to connect to github.com port 443 after 21065 ms: Timed out

如果总是报以上错误,可以考虑使用gitee替代GitHub。或者使用GitHub Desktop进行拉取。目前来看报错的几率稍小,参考本文