原文:cocoapods 執行pod trunk push 報錯CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent.com/CocoaPods/Specs/master/Spec

今天發布ios sdk到cocoapods,最后執行pod trunk push時,出現了題目中的報錯。 遺憾的時,查了一圈,都是讓再podfile里加源,可是我是push啊,不是install和update啊,我沒有podfile呀 咋辦 看到一個是在 etc hosts中加 . . . raw.githubusercontent.com 然而並沒有什么卵用。 好吧,我決定卸載重新裝了,步驟如下 ...

2020-03-12 16:15 0 2764 推薦指數:

查看詳情

cocoapods執行pod trunk push 報錯Authentication token is invalid or unverified. Either verify it with the email that was sent or register a new session

這是因為你的session過期了,需要重新創建一個 如果首次創建時間比較久了,先看看自己的pod 項目的ower是誰,哪個郵箱(這個是當初部署cocoapods需要注冊的郵箱,會創建一個session),執行pod trunk me ”,我的信息如下: 顯示了是誰,郵箱是什么 ...

Wed Sep 30 23:32:00 CST 2020 0 802
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