ventura 13.4.1 breaks ssh/git?
Updated from 13.4 to 13.4.1 today, and that seems to have broken my git setup.
Running git pull results in "fatal: Could not read from remote repository."
And while trying to verify my ssh connection to github I get a segmentation fault:
ssh -T git@github.com
zsh: segmentation fault ssh -T git@github.com
I have openssh and git installed through brew:
ssh version: "OpenSSH_9.3p1, OpenSSL 3.1.1 30 May 2023"
git version: "git version 2.41.0"
Running the ssh -T command or git pull with sudo does seem to help, but this was not an issue for me with the previous macos version (13.4).