pod install进行第三方库配置的时候,经常会出现CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent....

移除trunk :
pod repo remove trunk     
将cocoapods克隆到本地:
git clone [https://git.coding.net/CocoaPods/Specs.git](https://links.jianshu.com/go?to=https%3A%2F%2Fgit.coding.net%2FCocoaPods%2FSpecs.git) ~/.cocoapods/repos/master

你可能感兴趣的:(pod install进行第三方库配置的时候,经常会出现CDN: trunk URL couldn't be downloaded: https://raw.githubusercontent....)