Re: Lack of debug info from git commit -vvv -S -am "..."

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux