Re: "secret key not available". "unable to sign the tag".
From: Gary Yang <hidden>
Date: 2016-06-15 22:45:40
Here are the errors I got: git tag -s my-second-tag gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information gpg: skipped `Gary Yang [off-list ref]': secret key not available gpg: signing failed: secret key not available error: gpg failed to sign the tag fatal: unable to sign the tag Thanks, Gary
--- On Tue, 11/18/08, Gary Yang <garyyang6@yahoo.com> wrote:
quoted hunk ↗ jump to hunk
From: Gary Yang <redacted> Subject: Re: "secret key not available". "unable to sign the tag". To: "Jeff King" <redacted>, "Linus Torvalds" <torvalds@linux-foundation.org> Cc: git@vger.kernel.org Date: Tuesday, November 18, 2008, 12:22 PM All, I really need to tag my source code. But, somehow I am not able. Can someone help? Thanks in advance! Gary--- On Tue, 11/18/08, Gary Yang <garyyang6@yahoo.com>wrote:quoted
From: Gary Yang <redacted> Subject: Re: "secret key not available"."unable to sign the tag".quoted
To: "Jeff King" <redacted>,"Linus Torvalds" [off-list ref]quoted
Cc: git@vger.kernel.org Date: Tuesday, November 18, 2008, 8:57 AM Hi Linus, I do not understand your email. I used the command,gitquoted
config --global user.email garyyang6@yahoo.com. But, Istillquoted
got the same error. Do you have any idea? Thank you, Gary--- On Sun, 11/16/08, Linus Torvalds[off-list ref] wrote:quoted
From: Linus Torvalds[off-list ref]quoted
Subject: Re: "secret key notavailable".quoted
"unable to sign the tag".quoted
To: "Jeff King" <redacted> Cc: "Gary Yang"[off-list ref],quoted
git@vger.kernel.orgquoted
Date: Sunday, November 16, 2008, 4:16 PM On Fri, 14 Nov 2008, Jeff King wrote:quoted
You need to tell git who you are, since itisquoted
unablequoted
to deduce it fromquoted
doing host lookups. Try: git config --global user.emailgaryyang6@yahoo.comquoted
quoted
or whatever email address you used when youcreatedquoted
the key, and thenquoted
gpg should find it appropriately.Side note: sometimes you might want to use adifferentquoted
keyquoted
than the one you use for authorship. Then you can use [user] SigningKey = key (or "git config user.signingkey xyz" ifyouquoted
quoted
don't want to edit the config file manually). This can be especially useful if you usedifferentquoted
keys forquoted
different projects, even if you want to be known under thesamequoted
namequoted
in both. Or because you want to have the local hostname inyourquoted
commitquoted
logs, but your gpg key is using some externally visible "official" email address. Linus-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html