Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoking lazygit in a repository randomly prints the gpg card reader prompt (yubikeys and such) #4033

Open
Frontear opened this issue Nov 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Frontear
Copy link

Frontear commented Nov 4, 2024

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:

  1. Run lazygit in any repository

Expected behavior
Do not randomly invoke signing, and especially do not break the prompt.

Screenshots
image

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.

@Frontear Frontear added the bug Something isn't working label Nov 4, 2024
@Frontear
Copy link
Author

Frontear commented Nov 4, 2024

I believe this may be due to #3308? Though the issue is closed, nonetheless I'll experiment further.

EDIT: following a setup to enable loopback does not help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant