Closed mikasoukhov closed 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);
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