Open OllyMason opened 1 year ago
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. log_2022-12-23.1.txt
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 ~/.config/org.sparkleshare.SparkleShare
by doing the following:
brew install git-lfs
# download latest version of binary
cd ~/.config/org.sparkleshare.SparkleShare
mv git-lfs git-lfs~
# move old binary out of way
ln -s /usr/local/bin/git-lfs
# symlink to binary
I had to replace the binary in /Applications/SparkleShare.app/Contents/Resources/git/libexec/git-core/
, cause SparkleShare tries to replace git-lfs
in ~/.config/org.sparkleshare.SparkleShare/bin
. That leeds to this error:
[ERROR] FATAL UNHANDLED EXCEPTION: System.UnauthorizedAccessException: Access to the path "/Applications/SparkleShare.app/Contents/Resources/git/libexec/git-core/git-lfs" or "/Users/funkyusername/.config/org.sparkleshare.SparkleShare/bin/git-lfs" is denied.
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