gitui
gitui copied to clipboard
[ bug ] Error: private key is encrypted
Describe the bug gitui can't deal with encrypted private keys.
To Reproduce Steps to reproduce the behavior:
- Create an encrypted key
- add the key to your ~/.gitconfig under
user.signingkey - Attempt to commit files using
gitu
Expected behavior Use the ssh-agent or ask for the password.
Context (please complete the following information):
- OS/Distro + Version:
ubuntu 24] - GitUI Version: gitui 0.26.3 2024-06-02 (95e1d4d)
- Rust version: 1.81.0
Related https://github.com/extrawurst/gitui/pull/2175
same problem for me. On gitui 0.26.3
+1
on 0.27.0 in nixos, still having the problem. Adding the keys to the ssh-agent doesn't seem to make things better.