Multiple Askpass popups during a single pull #1894
-
|
How do I get rid of the askpass popups? I sometimes get multiple popups during a single pull. If I enter my password for every popup it eventually works, but that is very tiresome. I'm on windows and I have ssh-agent running with my key added. Have I missed some setup steps required to get SourceGit to use ssh-agent? Thanks for the help. I'm a SourceGit newbie and I'm liking it so far. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
If you have added private key to
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much, that fixed my multiple AskPass popup problem. |
Beta Was this translation helpful? Give feedback.


If you are using
SourceGiton Windows, you can re-install git withUse external OpenSSHoption on. With this option, git will use Windows's built-in OpenSSH (you may need to start the Windows's built-in SSH-Agent service manually too).