fatal: unable to access 'https:/
2021-08-25 本文已影响0人
90后的晨仔
-
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