git config --global -l
# 这两条不管用
git config --global --unset http.proxy
git config --global --unset https.proxy
我的解决办法
查询 github IP地址,然后配置到 hosts 文件上即可
标签:Git,443,global,github,Failed,git,--,config From: https://www.cnblogs.com/HypoPine/p/16991112.html