-
-
Couldn't load subscription status.
- Fork 657
-
Hello, I’m using GitHub’s SSH Signing Key feature to sign my commits with an SSH key.
My Git configuration is as follows:
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_rsa.pub
git config --global commit.gpgsign true
This works fine when I commit via the Git command line or other GUI tools that invoke Git.
However, when I try to commit using gitui, I get the following error:
Error
commit error:
sign error: Failed to spawn signing process: cryptographic error
Has anyone else encountered this issue, and is there a known fix or workaround for SSH commit signing in gitui?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I'm getting this:
commit error:
sign error: Failed to spawn signing process: private key is encrypted
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment