-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
GitException thrown in ZLibStream (Invalid ZLIB header?) #619
Comments
LibGIT2 works (only via nbgv.exe, dotnet build fails with a DLL load error) |
My first guess would have been a corrupted file, but that would presumably prevent libgit2 from working. Any ideas, @qmfrederik? The |
@AArnott The dotnet build failure with libgit2 is fairly simple, PInvoke is failing to find the native DLL, I managed to "solve" it by copying the DLL from MSBuildFull/lib/win32/x64 to MSBuildCore |
I am getting the same exception in certain repos from here:
To me it looks like the zlib header check is just missing a couple of compression level settings. I dug up this table:
I'm getting a value of |
core.compression -1:9 |
v3.4.220 releasing to nuget.org now. |
@AArnott @qmfrederik I can confirm v3.4.220 fixes the issue. |
The text was updated successfully, but these errors were encountered: