LLNL / inq

This is a mirror. Please check our main website on gitlab.
https://gitlab.com/npneq/inq/
Mozilla Public License 2.0
23 stars 4 forks source link

cloning from github with submodules fails #1

Closed artuuuro closed 2 years ago

artuuuro commented 3 years ago

git clone --recurse-submodules https://github.com/llnl/inq.git does not work when it pulls submodules. Moreover many (all) submodules in external_libs folder can not be accessed through github.

For example accessing webpage https://github.com/LLNL/kalimotxo/tree/0b70b9df312c1efcc0434d7a14a863d7cc233456 gives a 404 error.

correaa commented 3 years ago

Temporary workaround: use the original repository https://gitlab.com/npneq/inq

I guess we will have to mirror external_libs' submodules in github.com/LLNL for this to work.

correaa commented 3 years ago

Try with the more basic commands:

git clone --recurse-submodules https://github.com/llnl/inq.git
git submodule init
git submodule update

What is your output?

correaa commented 2 years ago

This will be fixed by https://gitlab.com/npneq/inq/-/merge_requests/455 probably

correaa commented 2 years ago

This is fixed by https://gitlab.com/npneq/inq/-/merge_requests/513