-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't run on Ubuntu 20.10 #40
Comments
After a bit more research, it may be possible to also include a reference to |
I can confirm the problem, it also happens on Ubuntu 20.04. |
this exact problem also happens on M1 Mac unter macOS "Monterey". |
I can reproduce this; it seems the root cause is that LibGitSharp2 doesn't support Ubuntu 20.x yet. It seems they fixed this (libgit2/libgit2sharp#1747) but even latest preview didn't fix this yet. I'll need to take a closer look again. |
FWIW I was able to make this work by creating a properly versioned directory under runtimes directory and copying the .so there. Overall yes, using raw git would be better |
this error is throwing on Ubuntu 22.04.2 LTS. is there any solution or patch? |
I get the error below when running on Ubuntu 20.10. I did a bit of research on this and it appears that LibGit2Sharp just doesn't support this version on Linux. Is there any way around this, or a way to make cross platform support more robust?
The text was updated successfully, but these errors were encountered: