-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bat fails to run due to dependency on older libgit2 version on macOS #3029
Comments
Ok, this is far from a bat issue. This is a libgit2 issue. I just installed [email protected] and it's all working again. |
I'm having the same issue how did you download [email protected], did you install from source? |
I ran |
I solved this with |
This was addressed upstream by Homebrew: Homebrew/homebrew-core#166767 |
Thanks to this thread, I resolved this be using |
I'd recommend using From the help:
|
I was having this issue today and I solved it by reinstalling |
Thanks 👍 |
Hello,
I am having an issue running bat on my macOS system. When I try to run bat, I get the following error message:
It appears that bat is trying to load libgit2.1.7.dylib, but I have libgit2 version 1.8.1 installed on my system. I tried reinstalling both bat and libgit2 using Homebrew, but the issue persists.
I am currently unable to uninstall libgit2 1.8.1 because other installed applications depend on it.
I would appreciate any guidance on how to resolve this issue. Please let me know if you need any additional information about my system or the steps I've taken.
Thanks.
The text was updated successfully, but these errors were encountered: