Cannot get submodules needed for compilation
vpassama opened this issue · 1 comments
vpassama commented
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