I have VSCode installed
code --version
1.53.0 8490d3dde47c57ba65ec40dd192d014fd2113496 x64 Git version:
git --version
git version 2.27.0
I have active keys. When i commit i get the title error. I get the error in command line and clicking submit in vscode.
GIT_TRACE=1 git commit -m "start"
11:50:45.606604 git.c:442 trace: built-in: git commit -m start 11:50:45.649422 run-command.c:663 trace: run_command: /usr/bin/gpg --status-fd=2 -bsau "active-key"
error: gpg failed to sign the data
fatal: failed to write commit object
gpg --status-fd=2 -bsau "active key"
[GNUPG:] KEY_CONSIDERED "ACTIVE KEY" 2
[GNUPG:] BEGIN_SIGNING H10
^C
gpg: signal Interrupt caught ... exiting
It hangs until i stop. Any ideas?. Thank you.