Using SourceTree, when I try to push to the remote bitbucket repository, I am asked to log into the Atlassian account. I tried both the username as well as the email. I tried both the password for the account as well as the app password. It throws this error:
remote: Invalid username or password
fatal: Authentication failed for 'https://Linda_Stewart@bitbucket.org/km_gissolutions/fme-server-workspaces.git/'
I then use Terminal to run the "git push" command, that same login dialog box pops up and I get this error in the message window:
fatal: ArgumentOutOfRangeException encountered.
Specified argument was out of the range of valid values.
Parameter name: resultType
Then another dialog pops up asking for the bitbucket username which I put in the same username as that of my Atlassian account. Then it asks for the password. I use the same one that was throwing the inavlid error. It worked and I am able to push my changes to the remote repository.
I'm positive of the username and password as I am able to do it through git command. So what is the difference between using SourceTree?
Hello! This might be related to an issue with the git-credential-manager-for-windows. Could you try the following:
That totally worked. Thanks Mike.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mike! Simple and fast!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.