libgit2 / libgit2sharp.nativebinaries

MIT License
29 stars 63 forks source link

git_remote_fetch return -1 #120

Closed mikasoukhov closed 3 years ago

mikasoukhov commented 3 years ago

The issue related to that one https://github.com/libgit2/libgit2sharp/issues/1898

As I've investigated, the following code for token-based URLs returns -1

int res = NativeMethods.git_remote_fetch(remote, ref array.Array, fetchOptions, logMessage);
Ensure.ZeroResult(res);