appodeal / appodeal-ios-demo

Appodeal iOS SDK Demo Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod crash

MilaFabio opened this issue · comments

в Pod файле:
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/appodeal/CocoaPods.git'
pod 'Appodeal', '~> 0.4.0'


terminal: pod install (или pod update)
Update all pods
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (2.5.4)
Using AdColony (2.5.2)
Installing AmazonAds 2.2.8 (was 2.2.8)
Installing AppLovinSDK (3.0.2)
Installing Appodeal (0.4.2)
Installing Bugsnag (4.0.7)

[!] 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


подскажите как решить эту проблему

Нужно сгенерировать публичный ssh ключ
https://help.github.com/articles/generating-ssh-keys/