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. |
Answered by
love-linger
Nov 6, 2025
Replies: 3 comments 1 reply
Answer selected by
NeilMartin
|
Thank you so much, that fixed my multiple AskPass popup problem. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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).