This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
还会遇到此错误!
在修复之前,您可以尝试绕过cdn:
运行:
并添加到podfile:
或根本没有CDN:
also getting this error!
until fixed, you can try to bypass the CDN:
run:
and add to Podfile:
or without CDN at all:
目前,CloudFlare似乎存在问题,状态: https://github.com/cocoapopodss /cocoapods/essess/11355
There seems to be a problem with CloudFlare at the moment, status: https://github.com/CocoaPods/CocoaPods/issues/11355
我找到了一个非常适合我的临时解决方法:
在那之后,开始
pod deCtegrate
和pod install
I found a temporary workaround that worked for me very well:
After that start
pod deintegrate
andpod install
现在应该修复。 Cloudflare似乎开始错误地将Cocoapods流量视为DDOS攻击, orta horta throx 更改一些配置以使其正常工作。引用他们在
This should be fixed now. It seems that CloudFlare started to falsely detect CocoaPods traffic as a DDoS attack, and Orta Therox, a CocoaPods maintainer, had to change some configuration in order to get it working properly. Quoting from one of their comments on the GitHub issue: