Replies: 1 comment
-
This should work, I don't see anything wrong; except maybe the funny indentation of some of the git config sections. Did you copy/paste this verbatim? It might be the reason why it doesn't work. If you have commit.gpgsign=true in the config, you shouldn't need -S on the command line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've attempted to configure the automatic signing of commits in lazygit, but I've fallen short of the mark.
I can confirm that running
git
as follows signs a commit and that it appears asVerified
in the GitHub user interface:However, none of what I commit via lazygit is signed. Here is my (admittedly rather sparse) config file:
The key I'm using is of type
ssh-ed25519
. In case it helps, here are the relevant portions of my.git/config
file:Beta Was this translation helpful? Give feedback.
All reactions