On Sun, Dec 30, 2018 at 7:38 AM Jeffrey Walton <noloader@xxxxxxxxx> wrote: > > I'm trying to determine why a new installation of GnuPG is having > trouble. The new install is in /usr/local. The other install is from > the distro and is OK. > > Here's the new installation error message: > > $ git commit -vvv -S -am "Update GnuPG recipe" > error: gpg failed to sign the data > fatal: failed to write commit object > > How can I obtain more information from git commit? try $ GIT_TRACE=1 git commit ... That should give you more info and the exact gnupg command to execute should be there too -- Duy