我无法将 Firebase Crashlytics CocoaPods 添加到我的 Xcode 项目

I cannot add Firebase Crashlytics CocoaPods to my Xcode project

我正在按照 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)

我错过了什么?

检查文档的英文版本,那些没有提到任何这些回购添加命令:https://firebase.google.com/docs/crashlytics/get-started?platform=ios

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