Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
robertodr
3 years agoOccasional Contributor
Git commit signing fails with `error: failed to fill whole buffer`
I've updated to Git 2.40.1 and it seems that broke commit signing. Prepending GIT_TRACE=2 to git commit gives as last message:
20:09:00.367459 run-command.c:655 trace: run_command: op...
floris_1P
1Password Team
3 years agoWhat you can do as a workaround while we investigate is to remove op-ssh-sign
as the gpg.ssh.program
in your Gitconfig, which will make it use the default ssh-keygen
program. And then make sure it has SSH_AUTH_SOCK
set to ~/.1password/agent.sock
.