完美解决 fatal: unable to access 'https://github.com/.../.git': Could not resolve host: github.com

  • 作者: 凯哥Java(公众号:凯哥Java)
  • 经验分享
  • 时间:2021-04-04 00:41
  • 4913人已阅读
简介 完美解决fatal:unabletoaccess'https://github.com/.../.git':Couldnotresolvehost:github.com只需要在命令行中执行:git config --global --unset http.proxy git config --global&nbs

🔔🔔🔔好消息!好消息!🔔🔔🔔

有需要的朋友👉:联系凯哥 微信号 kaigejava2022

完美解决 fatal: unable to access 'https://github.com/.../.git': Could not resolve host: github.com

97670b2458f1de4326fd4c73d8e4d8df.png

只需要在命令行中执行:

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


TopTop