I'm attempting to use git via posh-git and whenever the command prompts me for my username, when I attempt to input it it appends @mycompany.visualstudioonline.com to my username.
My username is "first.last@mycompany.com" so it then appends the doman prompts for the password for "first.last@mycompany.com@mycompany.visualstudioonline.com"
I've tried adding my username to the config file and it still appends the @mycompany.visualstudioonline.com on to my username automagically. Is there any way to stop this?
Thanks.