-
Notifications
You must be signed in to change notification settings - Fork 219
UI hangs when Git can't get SSH keys #1298
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
Comments
I'm not very familiar with |
Yes, Pageant is the agent application that comes with Putty. I use it since KeepassXC can add keys to it automatically, whereas it would be more complicated with OpenSSH. |
I don't think |
When an SSH key is not available in the SSH agent, the application will hang, waiting for Git to complete the operation.
Other applications recognize this and report that a repo is unavailable or something similar.
For me, this happens when the password manager locks and removes the SSH keys from Pageant.
Could also happen that a key does not exist, etc.
The text was updated successfully, but these errors were encountered: