extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀
MIT License
18.34k stars 561 forks source link

[ bug ] Error: private key is encrypted #2378

Open yonas opened 4 days ago

yonas commented 4 days ago

Describe the bug gitui can't deal with encrypted private keys.

To Reproduce Steps to reproduce the behavior:

  1. Create an encrypted key
  2. add the key to your ~/.gitconfig under user.signingkey
  3. Attempt to commit files using gitu

Expected behavior Use the ssh-agent or ask for the password.

Context (please complete the following information):

yonas commented 4 days ago

Related https://github.com/extrawurst/gitui/pull/2175