We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ var url = @"https://github.com/repo.git"; var path = "C:\\temp\\GitSharpTest"; var co = new CloneOptions(); co.CredentialsProvider = (_url, _user, _cred) => new UsernamePasswordCredentials { Username = "Username", Password = "Password" }; Repository.Clone(url, path); }
The text was updated successfully, but these errors were encountered:
the same as to me ,
Sorry, something went wrong.
LibGit2Sharp 0.29.0 has been released, which adds proxy options to make proxies fully configurable.
No branches or pull requests
public static void Clone()
can't find a way to set the proxy
Version of LibGit2Sharp (0.26.2)
The text was updated successfully, but these errors were encountered: