【Git】Failed to connect to github.com port 443: Timed out

git config --global -l
# 这两条不管用
git config --global --unset http.proxy
git config --global --unset https.proxy

我的解决办法

查询 github IP地址,然后配置到 hosts 文件上即可

ip地址查询

posted @ 2022-12-18 22:36  HypoPine  阅读(18)  评论(0编辑  收藏  举报