-
Notifications
You must be signed in to change notification settings - Fork 196
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
Unable to clone vg recursively #4480
Comments
Checking out the tip of the master branch of vcflib/vcflib causes the build process to fail since in the version in question, |
I don't have permission to fix those repos, and I think both @adamnovak and @jltsiren are on vacation now. For gbwtgraph: https://github.com/adamnovak/gbwtgraph/tree/haplotype-subrange-gbwt |
Here's a PR to bring the commits we need into For vcflib we probably should see if their current mainline has fixed the problems we were having, and break out anything we have that they don't into specific PRs. But we've been pointing at that Git commit for vcflib for years and I've never noticed a problem with fresh recursive clones. I just ran |
Here's a PR to put just about the only thing we have that upstream vcflib doesn't have into upstream vcflib: vcflib/vcflib#410 |
Apparently this was the case. I was trying to compile vg for an old version of Ubuntu (due to reasons) and ended up using an old version of git. Obviously I should have tested with a newer version. Thank you for checking this. |
1. What were you trying to do?
git clone --recursive https://github.com/vgteam/vg.git
2. What did you want to happen?
Have a clone of the repository and its submodules
3. What actually happened?
Got the following errors:
Following the gbwtgraph or vcflib links in the deps directory of the master branch using Github results in an error message like this: This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. (Apparently this is the reason.)
Doing
git submodule update --init --recursive
after checking out v1.62.0 results in the same error. Only vcflib fails to update after checking out v1.61.0, v1.60.0 or v1.59.0. I did not test with any other versions.The text was updated successfully, but these errors were encountered: