sbstjn / noduino

JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
http://sbstjn.github.io/noduino/
1.23k stars 232 forks source link

duino submodule fails to retrieve files on update #15

Open mmansion opened 11 years ago

mmansion commented 11 years ago

hello,

i'm having an issue with the duino submodule update. when i try to run git submodule update --init git creates the duino directory, but fails to download the files. might this be a permissions issue? i checked the .gitmodules file and saw the url was git@github.com:semu/duino.git

to resolve and get the examples running i had to clone the duino repo separately into the duino folder.

not exactly sure what went wrong. i haven't worked with submodules before; and although i did read the github documentation on submodules i might have missed something.

ixisio commented 11 years ago

any git error message?

karmakazi commented 10 years ago

Here is what I get:

Cloning into 'duino'... 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:semu/duino.git' into submodule path 'duino' failed

ixisio commented 10 years ago

@karmakazi

GitHub isn't able to authenticate you. So, either you aren't setup with an SSH key, because you haven't set one up on your machine, or your key isn't associated with your GitHub account.

Check out the Github help page for that error: https://help.github.com/articles/error-permission-denied-publickey

karmakazi commented 10 years ago

Thank you!

On May 13, 2014, at 3:20 PM, Andreas Klein notifications@github.com wrote:

@karmakazi

GitHub isn't able to authenticate you. So, either you aren't setup with an SSH key, because you haven't set one up on your machine, or your key isn't associated with your GitHub account.

Check out the Github help page for that error: https://help.github.com/articles/error-permission-denied-publickey

— Reply to this email directly or view it on GitHub.

Andrew Harris PixelPusher 360 Dufferin Street Studio 203 Toronto, Ontario M6K 1Z8 t.416-591-6660 x101 | c.416.939.9673 andrew@pixelpusher.ca | http://pixelpusher.ca

ixisio commented 10 years ago

@karmakazi hope it helped. (@semu could be closed, IMO)

karmakazi commented 10 years ago

It worked... part of the problem was I had to set up a special key for amazon EC2. Anyway you put me in the right direction.

Cheers, Andrew

On May 13, 2014, at 3:38 PM, Andreas Klein notifications@github.com wrote:

@karmakazi hope it helped. (@semu could be closed, IMO)

— Reply to this email directly or view it on GitHub.

Andrew Harris PixelPusher 360 Dufferin Street Studio 203 Toronto, Ontario M6K 1Z8 t.416-591-6660 x101 | c.416.939.9673 andrew@pixelpusher.ca | http://pixelpusher.ca