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

Fatal error in git submodules #13

Closed
freephile opened this issue Apr 2, 2024 · 2 comments
Closed

Fatal error in git submodules #13

freephile opened this issue Apr 2, 2024 · 2 comments

Comments

@freephile
Copy link

When using git to clone the SDU repository, we also issue a git submodule update --init to bring in extension dependencies. The problem is that the submodule URL for SDU is in the key-based format (in other words: 'git@github.com:'). This probably proves useful for automated Continuous Integration jobs from a host with the proper SSH key. However, it fails with a fatal error for anyone else.

The submodule URL should be publicly accessible, for example: using HTTPS://github.com/

@freephile
Copy link
Author

This issue is solved by pull #12

@freephile
Copy link
Author

fixed in pull #16

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