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

Not able to update the submodules #43

Closed
mmohite opened this issue Feb 5, 2014 · 2 comments
Closed

Not able to update the submodules #43

mmohite opened this issue Feb 5, 2014 · 2 comments

Comments

@mmohite
Copy link

mmohite commented Feb 5, 2014

git submodule update
Cloning into 'storm-backport'...
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:stormprocessor/storm-backport.git' into submodule path 'storm-backport' failed

@ptgoetz
Copy link
Collaborator

ptgoetz commented Feb 5, 2014

storm-contrib submodules are setup to use SSH git urls, so you need to make sure you have your SSH key(s) setup with github.

If that's configured correctly, you should be able to run ssh git@github.com successfully:

$ ssh git@github.com
Hi ptgoetz! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.

The github documentation has pretty good coverage on this.

@ptgoetz ptgoetz closed this as completed Feb 5, 2014
@mmohite
Copy link
Author

mmohite commented Feb 6, 2014

That worked! Thanks!

This issue was closed.
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

2 participants