完美解决Idea fatal: unable to access 'https://github.com/.../.git': Could not resolve host: github.com
在命令行执行 如下命令即可git config --global --unset http.proxygit config --global --unset https.proxy
·
在命令行执行 如下命令即可
git config --global --unset http.proxy
git config --global --unset https.proxy
更多推荐
所有评论(0)