I'm following instructions from https://firebase.google.com/docs/crashlytics/get-started-ios?hl=es-419
(我正在按照https://firebase.google.com/docs/crashlytics/get-started-ios?hl=es-419中的说明进行操作)
At this point:
(这一点:)
$ pod repo add crashlytics [email protected]:crashlytics/SpecsEAP.git
I'm getting this error:
(我收到此错误:)
Cloning spec repo `crashlytics` from `[email protected]:crashlytics/SpecsEAP.git` [!] /usr/bin/git clone [email protected]: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.
I've checked the connection to GitHub:
(我检查了与GitHub的连接:)
$ ssh -T [email protected] Hi Username! You've successfully authenticated, but GitHub does not provide shell access.
I've also checked I have a valid SSH key:
(我还检查了我是否具有有效的SSH密钥:)
$ ssh-add -l -E md5 4096 MD5:b0:26:2f:78:55:57:51:0f:71:17:6d:93:15:dd:67:a8 [email protected] (RSA)
What am I missing?
(我想念什么?)
2.1m questions
2.1m answers
60 comments
57.0k users