CDN: trunk Repo update failed

最近Cocoapods升级到1.8.4后,install/update/search的时候出现问题,问题如下:

Snip20200521_1.png

按照官方文档 podfile文件中添加source源:
source 'https://github.com/CocoaPods/Specs.git'
podfile文件中一定要指定master源,因为现在默认是trunk源

source 'https://github.com/CocoaPods/Specs.git'

target 'XXXDemo' do

use_frameworks!
end

你可能感兴趣的:(CDN: trunk Repo update failed)