You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running lazygit in any repository will randomly invoke gpg, which tries to ask for yubikey signing. This not only breaks the prompt but also then will timeout and the command log will show the git output. I believe this may be due to gpg.commitSign = true and gpg.tagSign = true, but I don't know why exactly its doing that.
To Reproduce
Steps to reproduce the behavior:
Run lazygit in any repository
Expected behavior
Do not randomly invoke signing, and especially do not break the prompt.
Screenshots
Version info:
commit=, build date=, build source=nix, version=0.44.1, os=linux, arch=amd64, git version=2.46.1
git version 2.46.1
Additional context
Add any other context about the problem here.
Note: please try updating to the latest version or manually building the latest master to see if the issue still occurs.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running lazygit in any repository will randomly invoke gpg, which tries to ask for yubikey signing. This not only breaks the prompt but also then will timeout and the command log will show the git output. I believe this may be due to gpg.commitSign = true and gpg.tagSign = true, but I don't know why exactly its doing that.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not randomly invoke signing, and especially do not break the prompt.
Screenshots
Version info:
commit=, build date=, build source=nix, version=0.44.1, os=linux, arch=amd64, git version=2.46.1
git version 2.46.1
Additional context
Add any other context about the problem here.
Note: please try updating to the latest version or manually building the latest
master
to see if the issue still occurs.The text was updated successfully, but these errors were encountered: