-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix git commit signing #88
Comments
on nixOS these settings may be managed with https://nix-community.github.io/home-manager/options.xhtml#opt-programs.git.signing |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
here I forgot to -S my commits, fix by running git config --global gpg.ssh.allowedSignersFile
"~/.config/git/allowed_signers" |
Maybe the key here is wrong? Lines 79 to 93 in 8700390
|
Should I resign the commits or just wait for approval, then scratch this branch and open another PR? |
I need to sign my commits:
IntersectMBO/cardano-node#5959
How to do this?
gnupg
git log --format=raw
to see if the commits are signed.The text was updated successfully, but these errors were encountered: