-
Notifications
You must be signed in to change notification settings - Fork 65
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
error in git submodule update --init --recursive
#19
Comments
If I visit But if I check the full commit list,
So maybe the commit of |
I just tried a clean clone with the instructions in the readme. All seems to work fine. This is with git 2.31.1. The duplicate cmake and ci subdirectories are there with a purpose; the 3rdparty dependencies are built separately to speed up CI turnaround: https://travis-ci.org/github/skui-org/3rdparty/ |
Hi,
I'd like to clone this repo and try what it is, but I had an error following the steps in readme.md.
I did:
but I had error:
I searched a little bit and tried all the suggestions in https://stackoverflow.com/questions/2155887/git-submodule-head-reference-is-not-a-tree-error, none of them worked for my case.
It seems that the submodule of
ci
andcmake
in submodule3rdparty
do not have the specific commit. But when I click the submodule links on github.com, they do exist, very strange.Anyone else has the same problem?
Thanks,
Fei
The text was updated successfully, but these errors were encountered: