'How do I prevent TortoiseGit asking me who to login as?
Ok, firstly I have set up SSH keys, I am not asked for a password, this is not another authentication question!
But I am still asked the question: 'login as' in a dialog box each time I wish to pull or push my code. How can I make this go away?

Solution 1:[1]
I suppose your SSH-style URL for pushing/pulling does not include the/your username.
Just add it to the URL: username@servername:reponame
For this go to TortoiseGit settings -> Git -> Remote, click on the remote, change the URL and click on "Add New/Save".
Solution 2:[2]
Uninstall Tortoisegit app Do fresh install Initial step give next --> until finish Under start wizard step In the drop-down list give OpenSSH option Then --> finish Now your Tortoise is not asking for
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | StackzOfZtuff |
| Solution 2 | Imran Gani |

