-
Notifications
You must be signed in to change notification settings - Fork 399
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 open Version 1 repositories #546
Comments
It may be the case that commit wasn't included in the 1.0 release? I'm honestly not entirely sure. This may be a better question for libgit2 itself? |
I tried
Cloning that repo with the git cli, it indicates it is version 0, so I'm not sure why you got a version error. Is the version error maybe misleading to some other problem? |
I just tried out v1 of libgit2 (commit Sorry for the spurious issue! |
I get this error when trying to open version 1 git repositories:
I tried using git2 from github:
I thought that perhaps this would work, since I saw that libgit2 added support for V1 repos on Feb 6th:
libgit2/libgit2@06f0230
And that the version was bumped to 1.0 on March 28th:
libgit2/libgit2@274b2a0
So I thought that git2 from master would support V1 repos. Cargo tree shows the following:
So it looks like it's using the correct version from master.
Is there anything additional needed to enable support for V1 repos?
And for reference, the repo I'm trying to use is this one.
The text was updated successfully, but these errors were encountered: