Hi, I am trying to push to Bitbucket using SourceTree and keep getting this authentication error even though I have confirmed I my password is correct (via options menu), solved the captcha puzzle and had the admin confirm my ID wasn't somehow locked.
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream origin master:master
fatal: Authentication failed for 'https://git.xxx.net/scm/doc/client-documentation.git/'
Pushing to https://git.xxx.net/scm/doc/client-documentation.git
Completed with errors, see above.
Thanks!