无法 运行 pod 安装 - 权限错误

Can't run pod install - permission error

我一直在尝试 运行 某人的项目,但无法安装 pod。

pod install
Analyzing dependencies
Pre-downloading: `KNMultiItemSelector` from `https://github.com/kentnguyen/KNMultiItemSelector.git`
Downloading dependencies
Installing AFNetworking (2.5.1)
Installing Amplitude-iOS (2.2.4)
Installing Analytics (1.11.2)
Installing AppsFlyer-SDK (2.5.3.10)
Installing Bugsnag (4.0.3)

[!] Error installing Bugsnag
[!] /usr/bin/git submodule update --init

Submodule 'KSCrashModule' (git@github.com:bugsnag/KSCrash.git) registered for path 'KSCrashModule'
Cloning into 'KSCrashModule'...

Permission denied (publickey).

fatal: Could not read from remote repository.



Please make sure you have the correct access rights

and the repository exists.

Clone of 'git@github.com:bugsnag/KSCrash.git' into submodule path  'KSCrashModule' failed

我在 Stack Overflow 等方面尝试了很多不同的建议,但仍然 运行 对此感兴趣。有人有其他想法吗?

我最终删除了 "Bugsnatcher" podfile 并重新安装了它。之后我在另一个 podfile 上遇到了另一个错误,但也重新安装了那个。之后建立的项目。

我有同样的问题。我关注

  1. 正在检查现有的 SSH 密钥(https://help.github.com/articles/checking-for-existing-ssh-keys/)

  2. 正在将您的 SSH 密钥添加到 ssh-agent(https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent)

  3. 然后输入正确的 SSH 密钥密码。

  4. "pod install" 再次,它的工作。