My commits are unverified despite having public key added to GitHub #106560
-
Hello - I'm a bit of a newbie. Thanks in advance :) All my commits are showing as 'unverified' now, and it tells me to upload the public key, which I've done. I just re-added the public key again, and made sure my Git Config file is updated properly to sign my commits. I tested committing a small change (using VS Code) and I was asked to auth SSH (I use 1Password) so I know the signing is working at least somewhere. Also, I can see that commits were previously 'verified' so I know it was working at some point. I haven't changed anything, but it's possible I did something inadvertently. I'm not sure where this problem might be coming from now. Any thoughts on where a good starting point might be? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@mrpmartin way to go on self-solving 🎉 Thanks for coming back to share the solution and marking the answer ✅ |
Beta Was this translation helpful? Give feedback.
Update:
Found the solution via 1Password developer docs: https://developer.1password.com/docs/ssh/git-commit-signing/#step-2-register-your-public-key
It seems things weren't properly configured on my end with 1Password. Issue is solved for me. Thanks again.