-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
git-lfs crashing on MacOS Ventura #1995
Comments
This is happening to me, too, on an intel macOS 13.1. Interestingly, my ARM64 macOS 13.0.1 computer (which I'm about to upgrade) is not having the same problem. Let me know if there's anything I can do to help diagnose the problem. Attaching full log, FWIW. |
Same issue. Intel macos running Ventura 13.1 UPDATE: I managed to get version 3.38 of SparkleShare installed but I'm having the same problem. |
OK, fixed by updating the git-lfs binary in
|
I had to replace the binary in
|
Is this on M1? It could be that Git LFS isn't compiled for the platform... |
nope, in my case it's Intel. It happens since the update to Ventura |
Hi,
SparkeShare v3.28.0 (installed with Homebrew)
MacOS Ventura 13.0.1
What happened:
git push to remote fails, whatever the remote - git-lfs crashes.
What I expected to happen:
Sync as normal
This happens when:
Session log snippet showing the first instance:
If I manually try to push from the working directory, I see the same error:
Changing the git hook to another git-lfs or removing it allows for manual push. However I can't simply leave the git hook amended, as it gets reverted. For completeness:
It appears to be a bundled git-lfs:
Running git-lfs from that path on its own even to see version also crashes.
There is no addon security software active that might be killing git-lfs, but there does appear to be some system security guarding against inappropriate resource usage by this executable. System crash log attached (not of that same instance, that appears to have aged out), but it's a bit beyond me to diagnose.
git-lfs-2022-12-11-012103.txt
Happy to test a 3.38 binary build.
Regards,
Olly
The text was updated successfully, but these errors were encountered: