Ambiente:
- Ubuntu 18.04 LTS
- git version 2.17.1
Mensagem de erro ao tentar fazer git commit:
error: o gpg não pôde assinar os dados
fatal: failed to write commit object
Solução:
gpg2 --gen-key
git config --global gpg.program gpg
git config --global commit.gpgsign true
gpg --list-secret-keys --keyid-format=long
git config --global user.signingKey [CHAVE IDENTIFICADA PELO COMANDO ANTERIOR]
git config --global user.signingKey [CHAVE IDENTIFICADA PELO COMANDO ANTERIOR]