原文: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 找了一圈資料,嘗試了估計不下 種方案, ...

2018-03-01 17:25 0 2199 推薦指數:

查看詳情

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