Mattias Karlsson
Mattias Karlsson
This would be great. One of the hurdles to overcome is to package the nuget package correctly to bundle the native libgit assemblies correctly as the change names each version....
@JanVargovsky yes looks like it could be possible https://github.com/libgit2/libgit2sharp/blob/5139749d65733fd30153f819923595b5f118a36e/LibGit2Sharp.Tests/CloneFixture.cs#L172-L196
Ok it's possible, but not available on .NET standard would be an issue, but example code for reference https://www.kevinkuszyk.com/2016/09/30/cloning-a-private-git-repository-with-libgit2sharp-and-git-credential-manager-for-windows/ But should be able to use that with Cake_Git today on...
@tajamal this likely to an old version of .NET Framework on the buildserver, updating Windows with the newer .NET version will likely i.e. the latest supported which is 4.7.2 https://www.microsoft.com/net/download/dotnet-framework-runtime
Seems to be related to libgit2/libgit2sharp#1533
Your changes have been merged, thanks for your contribution 👍