I know there are a lot of similar questions, but basically, git commit
gives me
error: gpg failed to sign the data
fatal: failed to write commit object
However, thanks to this answer, I can sign commit by signing a random file via gpg in the command line first. This works, but it is pretty annoying. Why do I have to do that ?
I'm using Manjaro KDE.