Я не могу добавить Firebase Crashlytics CocoaPods в мой проект Xcode - PullRequest
0 голосов
/ 01 декабря 2019

Я следую инструкциям от 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)

Чего мне не хватает?

...