Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duino submodule fails to retrieve files on update #15

Open
mmansion opened this issue Nov 27, 2012 · 6 comments
Open

duino submodule fails to retrieve files on update #15

mmansion opened this issue Nov 27, 2012 · 6 comments

Comments

@mmansion
Copy link

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
Copy link

ixisio commented Mar 14, 2013

any git error message?

@karmakazi
Copy link

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
Copy link

ixisio commented May 13, 2014

@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
Copy link

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
Copy link

ixisio commented May 13, 2014

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

@karmakazi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants