git 报错:fatal: unable to access 'https://XXXX.../': Failed to connect to github.com port 443 after 21023 ms: Timed out

kezhang / 2023-05-24 / 原文

问题:

下载github开源项目时报错

 原因:

以前用过代理,这里取消代理就可以了

 git config --global --unset http.proxy

 结果: