原文:pod update报错(Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo)报错解决方案

好长一段时间没动pods,今天偶然需要更新一个库,于是执行了下pod update,然后惊悚的出现了这个报错: Failed to connect to GitHub to update the CocoaPods Specs specs repo Please check if you are offline, or that GitHub is down 找了一圈资料,尝试了估计不下 种方案 ...

2020-04-09 16:14 0 9214 推荐指数:

查看详情

CocoaPods CDN: trunk Repo update failed

问题 今天升级 CocoaPods 到 1.8.4 版本但是随即问题就来了, 执行 pod install 下载库时,出现错误 解决 在 Podfile 加上 source ‘https://github.com/CocoaPods/Specs ...

Wed Nov 06 01:52:00 CST 2019 0 1539
CDN: trunk Repo update failed - CocoaPods

解决方案: 1、podfile文件中添加source源: source 'https://github.com/CocoaPods/Specs.git' 2、执行 pod repo remove trunk 移除trunk源。 问题解决 详细 ...

Sat Nov 30 03:06:00 CST 2019 0 5451
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM