【发布时间】: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