Git提交时报错:unable to access 'https://github.com/Future-StarFire/blue_cloud_erp.git/': Could not resolve host: github.com
完整错误截图
我在本地已经提交了代码(add+commit),在push代码时发生了异常:
即使我使用了-f强制推送(我自己的项目),还是报错。
解决办法
执行下列代码,问题已解决:
git config --global --unset http.proxy