- pod 报错 Failed to connect to gith
- pod update -- Failed to connect
- [bug] Failed to connect to GitHu
- iOS 开发 使用cocoapods 出现 pod update
- Failed to connect to chromium.go
- Failed to connect to chromium.go
- pod update出现了[!] Failed to conne
- 执行 pod repo update 报错:Failed to
- cocopod问题及解决方法
- pod update -- Failed to connect
方法1.检查pod的版本是否足够
终端中输入:pod --version获取当前pod的版本号,对比是否是最新的pod版本,如果不是最新,终端输入pod update更新pod版本
方法二:查看当前xcode版本是否支持pod中需要更新的第三方库,有的第三库需要版本更高的xcode,如果不支持,更新xcode
方法三:检查git代理,见https://www.jianshu.com/p/afc361f68042
方法四:设置host文件
终端中输入nslookup github.com查看地址,终端中输入nslookup github.global.ssl.fastly.net查看地址,
得到地址后将地址存放在host中
140.82.113.3 github.com
151.101.65.194 github.global.ssl.fastly.net
方法五:连接VPN再重新pod,有些第三方pod时需要连接VPN速度更快
网友评论