I am quite a novice user with gpg and I use MacOS.
Can I somehow force gpg to prompt me for password upon commiting inside of neovim?
I want to do this because every time that the prompt is ran inside of neovim it seems to crash neovim and so
now I want to test my gpg config to see if the problem is solved.
I have tried to use :
gpgconf --kill gpg-agent
gpg-agent --daemon
to force re-prompt for password but now I don't seem to get prompted for password anymore - in neogit it just
signs the commit.
Hi,
I am quite a novice user with gpg and I use MacOS.
Can I somehow force gpg to prompt me for password upon commiting inside of neovim? I want to do this because every time that the prompt is ran inside of neovim it seems to crash neovim and so now I want to test my gpg config to see if the problem is solved.
I have tried to use :
to force re-prompt for password but now I don't seem to get prompted for password anymore - in neogit it just signs the commit.