We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: