Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
robertodr
2 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...
Anonymous
2 years agoOne more thing I noticed. Disabling some of the steps of my pre-commit got it to work with the VSCode Integration, so may be a race condition or timeout when committing that way.