Cake_Git
Cake_Git copied to clipboard
Apple Silicon support
Hey friends,
So on OSX, on the new Apple Silicon chips (M1 / M2) etc, there is a bug that libgit2sharp fixed here:
https://github.com/libgit2/libgit2sharp/pull/1955/files
Discussion is here:
https://github.com/libgit2/libgit2sharp/pull/1955
I'm having trouble using Cake_Git on my M2 Macbook Air, and it seems like simply updating libgit2sharp would be sufficient to resolve the issue. But I'm not smart enough to figure this out on my own.
LibGit2Sharp 0.27.0-preview-0182 includes this change, so it should just be a matter of:
dotnet add package LibGit2Sharp --version 0.27.0-preview-0182
and then it's all fixed. Hopefullly.
I'm happy to help test fixes with my macbook.