Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Git LFS Type Initialization Error
-
I was trying to build some sources from GitHub and got this:
Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.TypeInitializationException: The type initializer for 'Inedo.Extensions.Clients.LibGitSharp.LibGitSharpClient' threw an exception. ---> LibGit2Sharp.EntryExistsException: A filter with the name 'lfs' is already registered at LibGit2Sharp.Core.Proxy.git_filter_register(String name, IntPtr filterPtr, Int32 priority) in C:\projects\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 934 at LibGit2Sharp.GlobalSettings.RegisterFilter(Filter filter, Int32 priority) in C:\projects\libgit2sharp\LibGit2Sharp\GlobalSettings.cs:line 251 at Inedo.Extensions.Clients.LibGitSharp.LibGitSharpClient..cctor() in C:\ProgramData\BuildMaster\Temp\Service\_E1346\Src\Git\Common\Clients\LibGitSharp\LibGitSharpClient.cs:line 20
Product: BuildMaster
Version: 6.1.6
-
Not sure what was wrong, but I resolved the issue by deleting the temp repo in
C:\ProgramData\BuildMaster\Temp\Service\GitWorkspaces
and restarting the BuildMaster service.