8000
Skip to content
Discussion options

You must be logged in to vote

You’ve already done the signing-key part correctly, so I’d look at the commit identity next.

The key itself seems fine. The usual problem at this point is that Git is creating commits with a different email than the one in the GPG UID:

rcoredump+git@proton.me

So I’d check these first:

git config --global user.email
git config user.email
git log -1 --format='%ae / %ce'

If that email is not exactly rcoredump+git@proton.me, GitHub won’t verify it.

I’d also set the short key ID just to keep it simple:

git config --global user.signingkey B3743656D19D4963
git config --global user.email "rcoredump+git@proton.me"
git config --global commit.gpgsign true

Then check whether the latest commit is actu…

Replies: 5 comments 1 reply

Comment options
8000

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BigfootN
Comment options

Answer selected by BigfootN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussions GitHub Discussions is a collaborative communication feature Question Ask and answer questions about GitHub features and usage Welcome πŸŽ‰ Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
5 participants
0