Perfect solution to fatal: unable to access'https://github.com/.../.git': Could not resolve host: github.com

Just need to execute in the command line

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

解决方案:cmd下命令执行 ipconfig/flushdns
清理dns缓存

Guess you like

Origin blog.csdn.net/weixin_42321517/article/details/114210822