LibGit2SharpException: Failed to read descriptor

This forum is for all Flare issues related to using Source Control.
Post Reply
neb123
Jr. Propeller Head
Posts: 2
Joined: Sun Oct 22, 2017 8:59 am

LibGit2SharpException: Failed to read descriptor

Post by neb123 »

I got the following error doing a Pull to Madcap Flare from GitHub.

Background:LibGit2Sharp.LibGit2SharpException: Failed to read descriptor:
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Proxy.git_status_list_new(RepositoryHandle repo, GitStatusOptions options)
at LibGit2Sharp.RepositoryStatus..ctor(Repository repo, StatusOptions options)
at B3.SourceSafeKit.GitProvider.<UpdateRepositoryStatus>b__226_0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.<>c__DisplayClass198_0.<RunLocal>b__0(Repository mRepository)
at B3.SourceSafeKit.GitProvider.RunLocal[T](Func`2 f, T deflt)
at System.ComponentModel.DoWorkEventHandler.Invoke(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at B3.AppKit.CustomBackgroundWorker.OnDoWork(DoWorkEventArgs e)

What does it mean? Was my Pull successful?

Thanks
Post Reply