Cocopods 遇到error: Failed to open
2019-12-25 本文已影响0人
Bepawbikvy
最近使用Cocopods添加第三方时,遇到以下报错
error: Failed to open TCP connection to raw.githubusercontent.com:443 (Connection refused - connect(2) for "raw.githubusercontent.com" port 443)
意思就是:错误 :无法打开到raw.githubusercontent.com:443的TCP连接(连接被拒绝-“ raw.githubusercontent.com”端口443的connect(2))

不要慌~


3、最后重新输入pod update 或者 pod install就不会出现那种问题了。