Skip to content
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

LibGit2Sharp: unsupported repository version 1. Only versions up to 0 are supported. #46

Open
lcsondes opened this issue Nov 24, 2021 · 0 comments

Comments

@lcsondes
Copy link

Updating to this version seems to fix the problem: https://www.nuget.org/packages/LibGit2Sharp/0.27.0-preview-0158

See also libgit2/libgit2sharp#1845

Source ->	LibGit2Sharp
Message ->	unsupported repository version 1. Only versions up to 0 are supported.
Target ->	Void HandleError(Int32)
StackTrace ->
   at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
   at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result)
   at LibGit2Sharp.Core.Proxy.git_repository_open_ext(String path, RepositoryOpenFlags flags, String ceilingDirs)
   at LibGit2Sharp.Repository.IsValid(String path)
   at UnrealBinaryBuilder.Classes.Git.UpdateRepository() in C:\[redacted]\Unreal-Binary-Builder\UnrealBinaryBuilder\Classes\Git.cs:line 47
   at UnrealBinaryBuilder.Classes.Git.get_CommitHash() in C:\[redacted]\Unreal-Binary-Builder\UnrealBinaryBuilder\Classes\Git.cs:line 15
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant