noduino
noduino copied to clipboard
duino submodule fails to retrieve files on update
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.
any git error message?
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
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
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 hope it helped. (@semu could be closed, IMO)
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