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
In equivalent c# code we can use below line:
var path = LibGit2Sharp.Repository.Clone( repo, testRepo.FullPath, new LibGit2Sharp.CloneOptions { BranchName = "develop", CertificateCheck = (certificate, valid, host) => true, Checkout = true, CredentialsProvider = (url, fromUrl, types) => new LibGit2Sharp.UsernamePasswordCredentials {Username = "****", Password = "*****"} });
what about cake script?!
i try to paste above code in cake file. it fails with LibGit2SharpException: No error message has been provided by the native library
LibGit2SharpException: No error message has been provided by the native library
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In equivalent c# code we can use below line:
what about cake script?!
i try to paste above code in cake file. it fails with
LibGit2SharpException: No error message has been provided by the native library
thanks
The text was updated successfully, but these errors were encountered: