static-dev / spike-tpl-base

:seedling: The base template for spike projects
Other
15 stars 12 forks source link

Error when adding spike template with sprout #37

Closed benod3107 closed 8 years ago

benod3107 commented 8 years ago

When adding the spike-tpl-base via sprout it throws an error: $ sprout add spike-tpl-base git@github.com:static-dev/spike-tpl-base.git

✘ Error: Command failed: git clone --recursive git@github.com:static-dev/spike-tpl-base.git /Users/benodonohue/.config/sprout/spike-tpl-base Cloning into '/Users/benodonohue/.config/sprout/spike-tpl-base'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

Any suggestions?

screen shot 2016-06-23 at 11 13 56 am
jescalan commented 8 years ago

So the error is telling you exactly what's wrong, you are trying to use a SSH url without having added your SSH keys, so you are getting permission denied. I'd try using the https url instead, or adding your SSH keys to github 😁

jescalan commented 8 years ago

Oh also if you're trying to use spike, you can just run spike new and it will generate a project with this template!

benod3107 commented 8 years ago

Thanks Jeff, I just decided to continue with $ spike new 👍