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

Meteorite doesn't download package submodules when using SSH urls in some cases #254

Open
colinsullivan opened this issue Feb 21, 2014 · 0 comments

Comments

@colinsullivan
Copy link

When a package has a submodule with an SSH github URL like this:

https://github.com/colinsullivan/meteor-blueimp-tmpl/blob/af80498ec7b2366985bef87b0b97eddfc1e48c59/.gitmodules

And the current user's SSH keys are not set up with github, the submodule is not downloaded and there is no error message.

This one took me a while to figure out.

Changing the module URL to the HTTP github URL like this:

colinsullivan/meteor-blueimp-tmpl@0a74030

Works as expected.

Whew! Handling this case with an error message would be helpful for some poor souls in the future.

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

1 participant