fatal: 无法访问 ‘https://github.com/xxxx.git/‘:Could not resolve host: github.com

在这里插入图片描述
执行:

git config --global --unset http.proxy
或
git config --global --unset https.proxy

在这里插入图片描述
完美解决


版权声明:本文为weixin_42282102原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。