libgit2sharp.nativebinaries
libgit2sharp.nativebinaries copied to clipboard
```plain LibGit2Sharp.LibGit2SharpException: could not load ssl libraries at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 154 at LibGit2Sharp.Core.Proxy.git_remote_connect(RemoteHandle remote, GitDirection direction, GitRemoteCallbacks& remoteCallbacks, GitProxyOptions& proxyOptions) in /_/LibGit2Sharp/Core/Proxy.cs:line 2172 at LibGit2Sharp.Repository.ListRemoteReferences(String url, CredentialsHandler credentialsProvider)...
请问有无支持 Android 的计划, 或者其它Android系统可用的方案
To build requires VS 2019, but the community edition doesn't seem to be available anymore. Is it possible to get this working in the latest community version (VS Community 2022)?
In building from NuGet, the application manifest includes a number of asmv1:assembly/file/@name values that have a double dot, e.g., `` This throws an error, e.g. (via SxsTrace): `ERROR: Line 449:...
I am using libgit2sharp hosted in IIS. When deploying new code I get this error: 2018-03-19T14:15:27.2372085Z 2018/03/19 10:15:27 ERROR 32 (0x00000020) Copying File F:\xxx- xxx\bin\lib\win32\x64\git2-dd2d538.dll 2018-03-19T14:15:27.2372085Z The process cannot access...
Namely ``` .\build.libgit2.ps1 14 Index was outside the bounds of the array. At C:\source\github.com\libgit2sharp\libgit2sharp.nativebinaries\build.libgit2.ps1:71 char:16 + $cmake = @(Get-Command cmake.exe)[0] 2>$null + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [], IndexOutOfRangeException...
Okay so, I'm going to lay down the docs over this issue so I don't lose them: Windows: We need `cmake`, `zlib-1.2.8` package and `libssh2` repo cloned. Having these side-by-side,...
This would greatly ease the job of troubleshooting libgit2 issues discovered through LibGit2sharp bug reports/regressions. Another usage of this would be to allow us to run a weekly scheduled build...
Hello LibGit2Sharp.NativeBinaries Team, v2.0.322 native binaries for Ubuntu Jammy is not available on [Ubuntu Lunchpad](https://launchpad.net/ubuntu/+source/libgit2) although present for newer Ubuntu versions so I am trying to build one from the...