【发布时间】:2016-02-16 09:42:14
【问题描述】:
我试图在 twilio 快速启动 IOS 源代码 https://github.com/twilio/ip-demo-ios 上安装一个 pod,因为他们建议安装它以完成依赖项。
但它总是让我Errno::ETIMEDOUT - Operation timed out - connect(2) 错误。
【问题讨论】:
我试图在 twilio 快速启动 IOS 源代码 https://github.com/twilio/ip-demo-ios 上安装一个 pod,因为他们建议安装它以完成依赖项。
但它总是让我Errno::ETIMEDOUT - Operation timed out - connect(2) 错误。
【问题讨论】:
删除您的 podfile 并重新创建它,通过使用 xcode 而不是 textedit 打开来编辑它,然后再试一次
【讨论】: