You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting this error whenever I try to run gitversion on ubuntu 19.04.
riso@riso-XPS-13-9370:/opt/gitversion$ mono GitVersion.exe
INFO [08/30/19 9:04:55:60] Working directory: /opt/gitversion
INFO [08/30/19 9:04:55:62] IsDynamicGitRepository: False
ERROR [08/30/19 9:04:55:62] An unexpected error occurred:
System.BadImageFormatException: Method has no body
File name: 'LibGit2Sharp'
at LibGit2Sharp.Core.Proxy.git_buf_dispose (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in <5e2d125af12e4bcc982f89d05fe51418>:0
at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in <5e2d125af12e4bcc982f89d05fe51418>:0
at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2[T,TResult] pathRetriever) [0x0002e] in <5e2d125af12e4bcc982f89d05fe51418>:0
at LibGit2Sharp.Core.Proxy.git_repository_discover (LibGit2Sharp.Core.FilePath start_path) [0x00005] in <5e2d125af12e4bcc982f89d05fe51418>:0
at LibGit2Sharp.Repository.Discover (System.String startingPath) [0x00006] in <5e2d125af12e4bcc982f89d05fe51418>:0
at GitVersion.GitPreparer.GetDotGitDirectory () [0x0000f] in <071403b114fe405b98c9cdb996d935e6>:0
at GitVersion.GitPreparer.GetProjectRootDirectory () [0x00048] in <071403b114fe405b98c9cdb996d935e6>:0
at GitVersion.ConfigFileLocator.Verify (GitVersion.GitPreparer gitPreparer, GitVersion.Helpers.IFileSystem fileSystem) [0x00015] in <071403b114fe405b98c9cdb996d935e6>:0
at GitVersion.Program.VerifyConfiguration (GitVersion.Arguments arguments, GitVersion.Helpers.IFileSystem fileSystem) [0x0002a] in <071403b114fe405b98c9cdb996d935e6>:0
at GitVersion.Program.VerifyArgumentsAndRun () [0x0011d] in <071403b114fe405b98c9cdb996d935e6>:0
I found the issue #1483 but it does not seem to be fixed.
I am running on version:
#1483 was indeed fixed, but the library we are using Libgit2Sharp does not support Ubuntu 19.04 yet. When there will be a version that supports that we'll also update on our side. For now Ubuntu 18.04 is the latest version we support
Hi, I am getting this error whenever I try to run gitversion on ubuntu 19.04.
I found the issue #1483 but it does not seem to be fixed.
I am running on version:
The text was updated successfully, but these errors were encountered: