【问题标题】:I cannot add Firebase Crashlytics CocoaPods to my Xcode project我无法将 Firebase Crashlytics CocoaPods 添加到我的 Xcode 项目中
【发布时间】:2019-12-01 12:31:38
【问题描述】:

我正在听从https://firebase.google.com/docs/crashlytics/get-started-ios?hl=es-419的指示

此时:

$ pod repo add crashlytics git@github.com:crashlytics/SpecsEAP.git

我收到此错误:

Cloning spec repo `crashlytics` from `git@github.com:crashlytics/SpecsEAP.git` [!] /usr/bin/git clone git@github.com:crashlytics/SpecsEAP.git -- crashlytics

Cloning into 'crashlytics'... ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

我已经检查了与 GitHub 的连接:

$ ssh -T git@github.com
Hi Username! You've successfully authenticated, but GitHub does not provide shell access.  

我还检查了我有一个有效的 SSH 密钥:

$ ssh-add -l -E md5
4096 MD5:b0:26:2f:78:55:57:51:0f:71:17:6d:93:15:dd:67:a8 myemail@gmail.com (RSA)

我错过了什么?

【问题讨论】:

  • 检查英文版的文档,那些没有提到任何那些 repo-adding 命令:firebase.google.com/docs/crashlytics/get-started?platform=ios。看起来西班牙语翻译已经过时了。
  • 谢谢@Gereon。查看正确的文档时非常容易!如果您将此添加为答案,我很乐意将其标记为有效。

标签: firebase cocoapods crashlytics


【解决方案1】:

查看文档的英文版,那些没有提到任何那些 repo-adding 命令:https://firebase.google.com/docs/crashlytics/get-started?platform=ios

看起来西班牙语翻译已经过时了。

【讨论】:

  • 我对此表示赞同,但看起来我没有足够的声誉将其公开 :( 无论如何,谢谢。
猜你喜欢
  • 1970-01-01
  • 2021-04-01
  • 1970-01-01
  • 2022-12-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多