1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-03 15:02:52 +02:00
Stefan Haller 39f3f150ed Fix crash when a background fetch prompts for credentials
This happens consistently for my when I close my MacBook's lid. It seems that
MacOS locks the user's keychain in this case, and since I have my keychain
provide the pass phrases for my ssh keys, fetching fails because it tries to
prompt me for a pass phrase.

This all worked correctly already, we have the FailOnCredentialRequest()
mechanism specifically for this situation, so all is great. The only problem was
that it was trying to pause the ongoing task while prompting the user for input;
but the task is nil for a background fetch (and should be).
2023-07-18 18:53:35 +02:00
..
2023-05-25 23:52:19 +10:00
2021-04-20 18:34:47 +10:00
2023-02-26 12:54:13 +11:00
2023-05-25 18:31:32 +10:00
2023-05-23 19:15:33 +10:00
2022-12-30 12:18:59 +11:00
2023-07-10 17:12:21 +10:00
2023-07-03 12:57:11 +10:00