I am trying to clone a repository which is available in BitBucket. Providing correct proxy settings in my git.config file, Clone works only with a specific version of LibGit2Sharp(0.22.0). With all other latest versions it fails with exception => "failed to send request: The server name or address could not be resolved"
We want to use the latest available version of LibGit2Sharp always. Curr开发者_Go百科ently stuck with only version 0.22.0.
Does latest version of LibGit2Sharp does not support Proxy authentication? How latest version of LibGit2Sharp could be used ?
精彩评论