I tried to clone a repository from git bash using similar command to this command.
git clone ssh://server.net/team/git/gui.git
then it asked the username and password. i entered wrong user name with password.
then later i tried to clone that repository using same command. but it is not asking for username. it just ask password for [email protected](here username is the one i entered for username first time). so i can't clone that repo. how can i remove that user([email protected])?
thanks.