libgit2sharp
libgit2sharp copied to clipboard
cannot execute git fetch
Reproduction steps
I have a git repository with remote origin.
repository = new Repository(repositoryRootPath);
var remote = repository.Network.Remotes["origin"];
IEnumerable
Expected behavior
I expect it to run through.
Actual behavior
error: NativeMethods.git_remote_fetch(remote, ref array.Array, fetchOptions, logMessage); returns non zero
Version of LibGit2Sharp (release number or SHA1)
0.31.0/2.0.323
Operating system(s) tested; .NET runtime tested
4,8