Search found 2 matches

by neb123
Mon Dec 04, 2017 4:01 am
Forum: Source Control
Topic: Sequence contains more than one element
Replies: 33
Views: 39177

Sequence contains more than one element

I changed folder names in a Flare project that updated links in targets. This caused the error in the attached file.

<Exception type="System.InvalidOperationException" message="Sequence contains more than one element"

(full error log in attached file).

What is the issue/problem?
by neb123
Sat Nov 18, 2017 11:55 am
Forum: Source Control
Topic: LibGit2SharpException: Failed to read descriptor
Replies: 0
Views: 1638

LibGit2SharpException: Failed to read descriptor

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 ...