### public static void Clone() { 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); } ### can't find a way to set the proxy ### Version of LibGit2Sharp (0.26.2)
public static void Clone()
can't find a way to set the proxy
Version of LibGit2Sharp (0.26.2)