xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

git submodule update #18

Closed leedavidr closed 11 years ago

leedavidr commented 11 years ago

I was following the README to set up this environment, and when I type "git submodule update" I'm getting a permission denied. Am I doing something wrong?

$ git submodule init Submodule 'test/rtd' (git@github.com:xolvio/rtd.git) registered for path 'test/rtd'

$ git submodule update Cloning into 'test/rtd'...

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:xolvio/rtd.git' into submodule path 'test/rtd' failed

leedavidr commented 11 years ago

nevermind, needed to add ssh keys to github