GIT:fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com

fatal: unable to access 'https://gitee.com/gdlwhb/qby-fb-pc.git/': Could not resolve host: gitee.com

这是之前使用过git连接,然后但是忘记了,然后再提交的时候出错了。可以先查一下自己的状态
在这里插入图片描述

解决方案

git config --global --unset http.proxy

在这里插入图片描述

你可能感兴趣的:(软件安装,git)