Conversation
|
hi, When this PR will be merged ? |
|
Please note that when the port is missing in the proxy URL, libgit2 will crash (default_port is not initialized). |
|
The issue on the libgit2 side is fixed in master, but not on the maintenance branch (0.28.*), that is used by libgit2sharp |
Added configurable Proxyoptions to all commands connecting to a remote
|
Proxy can be configured in PushOptions, FetchOptionsBase and RemoteOptions. The behavior does not change. |
|
I would really like to see this Pull Request merged and released. We are using libgit2sharp in an internal tool and have absolutely have to use a proxy. Therefore, I applied the PR branch on the v0.26.2 tag in our fork and it works perfectly (see https://github.com/enertrag/libgit2sharp/releases/tag/v0.26.2_proxy-options). But I'd rather reference a NuGet package than including our own build of this library. |
Added Factory for initializing Proxyoptions with GitProxyType Auto.
From issue #1429