Dear all,
It would be nice if you could tickle this problem. I logged in into a second bitbucket account ("Account B") in sourcetree and then committed my changes in the project to the original account ("Account A"). The changes were committed but not pushed. And somehow in between, I changed my password and I accidentally logged out the Account A in sourcetree.
When I realised that Account A was logged out, I logged in Account A again and logged out the Account B in bitbucket. When I opened the project, changes were committed locally, but when I tried to push it, it failed with the following errors (I successfully logged in at https://id.atlassian.com/, but it seems nothing happened?) :
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
remote: Too many invalid password attempts. Log in at https://id.atlassian.com/ to restore access.
fatal: unable to access 'XXX': The requested URL returned error: 403
Pushing to XXX
Completed with errors, see above.
Thank you so much for your help!
Kind regards,
Steve