0
点赞
收藏
分享

微信扫一扫

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

拾光的Shelly 2021-09-29 阅读 101
iOS OC开发
  • 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 条评论