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

Cannot get submodules needed for compilation #4050

Open
vpassama opened this issue Jun 22, 2023 · 0 comments
Open

Cannot get submodules needed for compilation #4050

vpassama opened this issue Jun 22, 2023 · 0 comments

Comments

@vpassama
Copy link
Contributor

Describe the bug

git checkout v15.35.0
git submodule update --init --recursive
Cloning into '/var/tmp/navitia/source/chaos-proto'...
remote: Repository not found.
fatal: repository 'https://github.com/hove-io/chaos-proto.git/' not found
fatal: clone of 'https://github.com/hove-io/chaos-proto.git' into submodule path '/var/tmp/navitia/source/chaos-proto' failed
Failed to clone 'source/chaos-proto'. Retry scheduled
Cloning into '/var/tmp/navitia/source/third_party/osmpbfreader'...
remote: Repository not found.
fatal: repository 'https://github.com/hove-io/libosmpbfreader.git/' not found
fatal: clone of 'https://github.com/hove-io/libosmpbfreader.git' into submodule path '/var/tmp/navitia/source/third_party/osmpbfreader' failed
Failed to clone 'source/third_party/osmpbfreader'. Retry scheduled
Cloning into '/var/tmp/navitia/source/chaos-proto'...
remote: Repository not found.
fatal: repository 'https://github.com/hove-io/chaos-proto.git/' not found
fatal: clone of 'https://github.com/hove-io/chaos-proto.git' into submodule path '/var/tmp/navitia/source/chaos-proto' failed
Failed to clone 'source/chaos-proto' a second time, aborting

To Reproduce

Expected behavior
git submodule init works and I can cmake && make

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