参考链接:https://github.com/CocoaPods/CocoaPods/issues/9303
就不会出现
解决方法1:
pod repo list 查看源列表pod repo remove trunk 移除trunk源
只有移除掉问题才解决!!!
解决方法2:
- Podfile add
source 'https://github.com/CocoaPods/Specs.git' - remove trunk
pod repo remove trunk
解决方法3:
我现在的解决方式是在 host 文件里面 加了199.232.4.133 raw.githubusercontent.com就不会出现
CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/a/a/4/Masonry/0.0.2/Masonry.podspec.json, error: execution expired这个了,不知道能不能解决你的问题
评论
发表评论