I've been using bitbucket and sourcetree for a while. No problems so far. Until yesterday when I was using sourcetree and tried to pull from a repo of mine. Then I got the following errors:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
fatal: HttpRequestException encountered.
An error occurred while sending the request.
remote: Invalid username or password
fatal: Authentication failed for 'https://myuser@bitbucket.org/myuser/myrepo.git/'
Logon failed, use ctrl+c to cancel basic credential prompt.
remote: Invalid username or password
fatal: Authentication failed for 'https://myuser@bitbucket.org/myuser/myrepo.git/'
I tried the following:
- changing my pass on bitbucket
- resetting everything in the Windows Credential Manager
- resetting the authentication in sourcetree options
- updated sourcetree to the latest version too
None of the above helped.
Any ideas on how to fix this?