steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

pod installation instructions #2

Closed marcospolanco closed 6 years ago

marcospolanco commented 6 years ago

What worked for me was:

pod 'MessengerKit', :git => 'https://github.com/steve228uk/MessengerKit.git'

The current instructions result in my case with:

 git@github.com: Permission denied (publickey).

fatal: Could not read from remote repository.

 Please make sure you have the correct access rights
 and the repository exists.
steve228uk commented 6 years ago

Hi @marcospolanco,

It looks like this is an issue with your publickey on Github. You can take a look at how to resolve this issue here: https://help.github.com/articles/error-permission-denied-publickey/

I will however update the readme to use http as it's likely that others will encounter this issue.

Thanks! 👍