Committing local git failes due to 1Password signing agent
Hello!
I got my SSH Key setup for signing git commits and this was working fine for quite some time now!
Now I wanted to have a local dir version controlled by git, so I did git init
and git add .
, but then trying to commit the changes (e.g. git commit -m "blub"
) I get the following error:
error: 1Password: Could not connect to socket. Is the agent running?
fatal: failed to write commit object
I tired debugging this and change the git config, added the gpg.ssh.allowedSignersFile .git/allowed_signers
part (as described in the doc), checked the agent and researched the topic online.
But I could not find a reference to using correctly or disabling signing for local git repos.
Is there any additional config needed to make the agent work locally or can I add an exception for this repo?
Any help is appreciated!
1Password Version: 1Password for Mac 8.10.36 (81036049)
Extension Version: Not Provided
OS Version: macOS 14.5
Browser: Not Provided