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

阅读 101

2021-09-29

  • pod install的时候如下报错:
fatal: unable to access 'https://github.com/.../.git': Could not resolve host: github.com
  • 解决方法:
  • 打开终端分别执行如下命令
git config --global --unset http.proxy 
git config --global --unset https.proxy

精彩评论(0)

0 0 举报