Skip to content

Commit b78ae80

Browse files
committed
Fix git_remote_connect not throwing on non-zero result
1 parent 5055fbd commit b78ae80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: LibGit2Sharp/Core/Proxy.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,7 @@ public static unsafe void git_remote_connect(RemoteHandle remote, GitDirection d
21722172
catch (Exception)
21732173
{
21742174
customHeaders.Dispose();
2175+
throw;
21752176
}
21762177
}
21772178

0 commit comments

Comments
 (0)