【发布时间】:2023-03-19 19:25:01
【问题描述】:
当我$ git clone https://github.com/CocoaPods/Specs.git master时,我的 git 报告错误:
致命:无法访问“https://github.com/CocoaPods/Specs.git/”:无法解析代理:proxy-listen-ip
如何解决?
【问题讨论】:
-
这对
git config --global --unset http.proxy没有帮助?可能从这里重复stackoverflow.com/questions/10333836/… -
@ASR,对。因为我的 pod clone 太慢了。
-
这就是我上面指出的问题 :) 所以你的问题得到解决了吗?