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

Invalid paths in .gitmodules #2

Open
thejhh opened this issue Jan 7, 2023 · 0 comments
Open

Invalid paths in .gitmodules #2

thejhh opened this issue Jan 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@thejhh
Copy link
Contributor

thejhh commented Jan 7, 2023

After installing git modules configuration look like this:

[submodule "/Users/jhh/tmp/hg/src/fi/hg/core"]
        path = /Users/jhh/tmp/hg/src/fi/hg/core
        url = https://github.com/heusalagroup/fi.hg.core.git
        branch = main

...this should be:

[submodule "src/fi/hg/core"]
        path = src/fi/hg/core
        url = https://github.com/heusalagroup/fi.hg.core.git
        branch = main

Also make sure no git/ssh-urls are created; only HTTPS.

@thejhh thejhh added the bug Something isn't working label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant