原文: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