GH Desktop stopped working after update to MacOS 13 Ventura
See original GitHub issueThe problem
After upgrading to Ventura, GH Desktop stopped working on my M1 MacMini. No issues before with the 5-6 connected repo prior to upgrade. After launching it will go through its normal startup and while sitting there will start throwing errors after 10 seconds or so. I am assuming that the errors are being caused by GHD starting its scan of the current repo.
If you dismiss the errors and wait another 10 seconds or so, the errors will pop back up. At no point can I try to commit or publish.
I have tried removing the GHD directory from ~/Library/Application Support/ and removing GHD.app and then reinstalling with a fresh download from the website.
I have also made sure that my XCode CLI tools are up to date.
Release version
3.1.2 (arm64)
Operating system
MacOS 13.0 Ventura
Steps to reproduce the behavior
- Launch GHD
- Wait 10 seconds after selecting a Repo (if one isn’t already selected)
Log files
No response
Screenshots
Additional context
Errors messages I am seeing (one right after the other):
Command failed: /Applications/GitHub Desktop.app/Contents/Resources/app/git/bin/git log -g --no-abbrev-commit --pretty=oneline HEAD -n 2500 --
Command failed: /Applications/GitHub Desktop.app/Contents/Resources/app/git/bin/git for-each-ref --format=%00%(refname)%00%(refname:short)%00%(upstream:short)%00%(objectname)%00%(author)%00%(symref)%00 refs/heads refs/remotes
Command failed: /Applications/GitHub Desktop.app/Contents/Resources/app/git/bin/git log HEAD --date=raw --max-count=100 --skip=0 -z --format=%H%x00%h%x00%s%x00%b%x00%an <%ae> %ad%x00%cn <%ce> %cd%x00%P%x00%(trailers:unfold,only)%x00%D --no-show-signature --no-color --
Issue Analytics
- State:
- Created a year ago
- Comments:22 (8 by maintainers)
Top GitHub Comments
I was having the same issue, running all my projects from a Google Drive. I moved them all to my Mac then “found” the folders in Desktop and everything started working again with no errors. Just FYI.
I had the same issue but things seem to work as normal after I cloned my repo to my macs HD instead of the Google Drive virtual one