git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Lack of debug info from git commit -vvv -S -am "..."
@ 2018-12-29 22:24 Jeffrey Walton
  2018-12-30  5:07 ` Duy Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrey Walton @ 2018-12-29 22:24 UTC (permalink / raw)
  To: Git List

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?

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

* Re: Lack of debug info from git commit -vvv -S -am "..."
  2018-12-29 22:24 Lack of debug info from git commit -vvv -S -am "..." Jeffrey Walton
@ 2018-12-30  5:07 ` Duy Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Duy Nguyen @ 2018-12-30  5:07 UTC (permalink / raw)
  To: noloader; +Cc: Git List

On Sun, Dec 30, 2018 at 7:38 AM Jeffrey Walton <noloader@gmail.com> 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

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

end of thread, other threads:[~2018-12-30  5:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-29 22:24 Lack of debug info from git commit -vvv -S -am "..." Jeffrey Walton
2018-12-30  5:07 ` Duy Nguyen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).