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...
Former Member
3 years agoI have de same issue with Git 2.40.1, Ubuntu 20.04 and the latest version of 1Password CLI avaiable (2.18.0).
This is the output:
```
git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
error: failed to fill whole buffer
fatal: failed to write commit object
```
I'm using Ubuntu 20.04 with the latest version of 1Password.
I was able to commit again when fully restart the Ubuntu.