Closed benod3107 closed 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 😁
Oh also if you're trying to use spike, you can just run spike new
and it will generate a project with this template!
Thanks Jeff, I just decided to continue with $ spike new 👍
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?