Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
376 views
in Technique[技术] by (71.8m points)

firebase - 我无法将Firebase Crashlytics CocoaPods添加到我的Xcode项目中(I cannot add Firebase Crashlytics CocoaPods to my Xcode project)

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?

(我想念什么?)

  ask by Juan Peralta translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...