1

Topic: git commit -m "update" gpg sign error

Hi, excuse me, but when try sign an commit with git and gpg fails, before switch to v0.4, popup an window for sign, but with this v0.4 testing, i dont found one way for sign, please help me.

[ usr | 2021-11-13 | 06:29 ]
[/home/usr/.emacs.d] [127] on git:(master|*→M»4)
$ pinentry-default --tty
'/usr/bin/pinentry' -> 'pinentry-tty'

[ usr | 2021-11-13 | 06:29 ]
[/home/usr/.emacs.d] [0] on git:(master|*→M»4)
$ git commit -m "update"
error: gpg falló al firmar la data
fatal: falló al escribir el objeto commit

2

Re: git commit -m "update" gpg sign error

saravia wrote:

Hi, excuse me, but when try sign an commit with git and gpg fails, before switch to v0.4, popup an window for sign, but with this v0.4 testing, i dont found one way for sign, please help me.

[ usr | 2021-11-13 | 06:29 ]
[/home/usr/.emacs.d] [127] on git:(master|*→M»4)
$ pinentry-default --tty
'/usr/bin/pinentry' -> 'pinentry-tty'

[ usr | 2021-11-13 | 06:29 ]
[/home/usr/.emacs.d] [0] on git:(master|*→M»4)
$ git commit -m "update"
error: gpg falló al firmar la data
fatal: falló al escribir el objeto commit

The core  bug is maybe occated for remove D-BUS

For now, added pinentry-mode loopback to gpg.conf

$ nano -w ~/.gnupg/gpg.conf
#
pinentry-mode loopback

And reload conf:

$ gpg-connect-agent reloadagent /bye
~ Jesús E.