thlorenz / wicked

Generates github wiki compatible API documentation from your project's jsdocs and adds them to your wiki.
https://github.com/thlorenz/wicked
MIT License
51 stars 10 forks source link

Permission denied (publickey). #13

Open loretoparisi opened 8 years ago

loretoparisi commented 8 years ago

I get a permission denied error when running wicked

I have the wiki up and running.

macbookproloreto:musixmatch-videolyrics admin$ wicked
info wicked Cloning wiki from git@github.com:MyCompany/myrepo.wiki.git
Cloning into 'wiki'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

Hello @loretoparisi. From my experience with this kind of error you must not have configured your SSH keys to use with GitHub.

Please follow this guide and try again.