-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.9.6.1
-
Component/s: Bitbucket
-
Environment:
Windows 10
Pushing to Bitbucket where I have updated my password to use Atlassian credentials.
-
Severity 2 - Major
When pushing to origin without an ssh key, SourceTree prompt for a password. If an invalid password is entered, SourceTree still remember this password and uses it for successive pushes to origin. It is not possible (in that flow) to reenter the correct password. Password is still remembered even if I restart SourceTree. I can no longer use SourceTree to push to that Repo...
Error message on push is:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master remote: Invalid username or password. If you log in via a third party service you must ensure you have an account password set in your account profile. fatal: Authentication failed for 'https://Andreax@bitbucket.org/Andreax/puzzleprocessor.git/' Pushing to https://Andreax@bitbucket.org/Andreax/puzzleprocessor.git Completed with errors, see above.