I have not updated my repositories for a number of years but have pulled them successfully recently. Furthermore, I could see them through the web UI today before I changed my password. After changing my password and logging back in, I see NO repositories. I used to (successfully) pull one of my repositories using git as follows (redacted username)
git clone https://<username>@bitbucket.org/<username>/tutorial.git
But neither my new password nor my old password work when asked for my password.
remote: Invalid credentials fatal: Authentication failed for...
How can I regain access to all of my repositories?
Thank you
Hi @jdmills and welcome to the community!
Access from browser
When you log in to https://bitbucket.org/, you get redirected to the last Bitbucket workspace you visited, excluding your personal workspace. Your personal workspace is the one that has the same ID as your username.
Steps to view other workspaces and repos of other workspaces:
Command line access
We deprecated the use of account passwords for Git operations via HTTPS and API back in 2022:
Your account's passowrd can only be used for logging in to the website from browser.
If you want to clone, pull or push to a repo with Basic authentication over HTTPS, you will need to use an app password instead of the account's password:
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.