noduino icon indicating copy to clipboard operation
noduino copied to clipboard

duino submodule fails to retrieve files on update

Open mmansion opened this issue 12 years ago • 6 comments

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 [email protected]: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.

mmansion avatar Nov 27 '12 05:11 mmansion

any git error message?

ixisio avatar Mar 14 '13 08:03 ixisio

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 '[email protected]:semu/duino.git' into submodule path 'duino' failed

karmakazi avatar May 13 '14 16:05 karmakazi

@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

ixisio avatar May 13 '14 19:05 ixisio

Thank you!

On May 13, 2014, at 3:20 PM, Andreas Klein [email protected] 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 [email protected] | http://pixelpusher.ca

karmakazi avatar May 13 '14 19:05 karmakazi

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

ixisio avatar May 13 '14 19:05 ixisio

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 [email protected] 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 [email protected] | http://pixelpusher.ca

karmakazi avatar May 13 '14 19:05 karmakazi