【发布时间】:2021-11-20 00:53:09
【问题描述】:
我刚刚移动了我的 Xcode 项目以使用 Carthage 而不是 CocoaPods 作为我的依赖项管理器,因此我正在尝试更新我的 GitHub Actions CI 工作流程以下载依赖项二进制文件。
但是,在我的工作流程中运行carthage bootstrap --platform iOS --use-xcframeworks 之后,它最终给出了输出和错误:
*** Cloning realm-cocoa
*** Skipped downloading realm-cocoa binary due to the error:
"API rate limit exceeded for 199.19.85.26. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
如何解决此错误?
【问题讨论】:
标签: ios github-actions carthage