-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG signing silently fails on incorrect settings #5574
Comments
Can you confirm that you've correctly set the required settings: https://jj-vcs.github.io/jj/latest/config/#gnupg-signing? Posting your configuration would be helpful for debugging. |
my [core]
fsmonitor = "watchman"
[core.watchman]
register_snapshot_trigger = true
[signing]
key = "313F67D1EAB770F9"
sign-all = true
[user]
email = "[email protected]"
name = "PerchunPak"
|
It looks like you're missing |
Oh, you're correct! I though It should not silently fail though (at least |
Very valid point. I will take care of that in #4747. |
Description
For some reason, GPG signing doesn't work for me. If I do a commit using
jj
and then dogit log --show-signatures
, there are no signatures. GitHub also doesn't see my signature.Steps to Reproduce the Problem
https://asciinema.org/a/q7t4a2003pIMKbwC7VEC6fIFD
jj sign
from #4747 https://asciinema.org/a/dYHq59eXmgxW4TOYQ9ipNLMBDExpected Behavior
Actual Behavior
No signature present
Specifications
jj sign
andjj unsign
commands #4747 rebased onto ebac2b8The text was updated successfully, but these errors were encountered: