-
Notifications
You must be signed in to change notification settings - Fork 226
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
Comments
any git error message? |
Here is what I get: Cloning into 'duino'... Please make sure you have the correct access rights |
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:
Andrew Harris |
@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, On May 13, 2014, at 3:38 PM, Andreas Klein [email protected] wrote:
Andrew Harris |
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.
The text was updated successfully, but these errors were encountered: