git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bug report] Signing your work: GnuPG signing failed (gpg version 2.1)
@ 2015-08-05 20:35 Hugo Roy
  2015-08-05 22:55 ` brian m. carlson
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Roy @ 2015-08-05 20:35 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]


Hello,

I've tried to sign a commit following
https://git-scm.com/book/tr/v2/Git-Tools-Signing-Your-Work however,
this is what happened:

    % git commit -a -S -m "signed commit testing"
    gpg: échec de la signature : Opération annulée
    gpg: signing failed: Opération annulée
    error: gpg n'a pas pu signer les données
    fatal: échec de l'écriture de l'objet commit

sorry for the locale, "annulée" means cancelled and the last two
lines mean:

    error: gpg could not sign data
    fatal: failure to write the commit object

However, when I tried later, nothing specific happened and the commit
was done just as if I did not add the -S option:

    % git commit -a -S -m "signed commit test"
    [master 739cdd3] signed commit test
    1 file changed, 5 deletions(-)

Commit:
https://github.com/hugoroy/.emacs.d/commit/b8e5b72def0c5fcc760c84d6ecd2b95b9727ae62



I notice in the git-scm.com manual that they use GnuPG version 1. I
use GnuPG 2.1.6 with libgcrypt 1.6.3.

Let me know if you need more information or any pointer to help me
debug this more in depth.

thanks,
Hugo


-- 
Hugo Roy – Free Software Foundation Europe https://fsfe.org/about/roy
 
Please use cryptography for email: see https://emailselfdefense.fsf.org/en/
Merci d’utiliser la cryptographie pour l’email : voir https://emailselfdefense.fsf.org/fr/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bug report] Signing your work: GnuPG signing failed (gpg version 2.1)
  2015-08-05 20:35 [bug report] Signing your work: GnuPG signing failed (gpg version 2.1) Hugo Roy
@ 2015-08-05 22:55 ` brian m. carlson
  0 siblings, 0 replies; 2+ messages in thread
From: brian m. carlson @ 2015-08-05 22:55 UTC (permalink / raw)
  To: Hugo Roy; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1821 bytes --]

On Wed, Aug 05, 2015 at 10:35:45PM +0200, Hugo Roy wrote:
> 
> Hello,
> 
> I've tried to sign a commit following
> https://git-scm.com/book/tr/v2/Git-Tools-Signing-Your-Work however,
> this is what happened:
> 
>     % git commit -a -S -m "signed commit testing"
>     gpg: échec de la signature : Opération annulée
>     gpg: signing failed: Opération annulée
>     error: gpg n'a pas pu signer les données
>     fatal: échec de l'écriture de l'objet commit
> 
> sorry for the locale, "annulée" means cancelled and the last two
> lines mean:
> 
>     error: gpg could not sign data
>     fatal: failure to write the commit object
> 
> However, when I tried later, nothing specific happened and the commit
> was done just as if I did not add the -S option:
> 
>     % git commit -a -S -m "signed commit test"
>     [master 739cdd3] signed commit test
>     1 file changed, 5 deletions(-)
> 
> Commit:
> https://github.com/hugoroy/.emacs.d/commit/b8e5b72def0c5fcc760c84d6ecd2b95b9727ae62
> 
> 
> 
> I notice in the git-scm.com manual that they use GnuPG version 1. I
> use GnuPG 2.1.6 with libgcrypt 1.6.3.

I believe this is a bug in GnuPG 2.1 or the relevant pinentry.  Debian
bug #793016[0] describes my experience with it.  Killing the gpg-agent
when this occurs and letting it respawn works for me.  I'm very certain
that this is not a bug in Git, though.

GnuPG 2.1 provides the same command line interface as GnuPG 1, so it
will work the same way with git.  Failing to sign is a GnuPG problem,
not a Git problem.

[0] https://bugs.debian.org/790316
-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-05 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05 20:35 [bug report] Signing your work: GnuPG signing failed (gpg version 2.1) Hugo Roy
2015-08-05 22:55 ` brian m. carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).