I logged in yesterday and found all my repositories are missing. I have tried the steps suggested in some posts here like searching all the workspaces. But I cannot find my private repositories.
Hi @TuahZh
I would suggest executing the following command to view a list of your remote connections and taking note of the workspaceID that appears before the repository slug in the URL:
git remote -vvv
Once logged in, view all of your workspaces and check their Workspace Settings > General settings to see if these match the workspaceID's that you are seeing in your remote list - this should help you locate the repositories.
If you can't find them I'd suggest logging into Bitbucket using any of your email addresses that you have access to (if prompted for signup, do not create a new workspace). To help you find email addresses that may have been used with Bitbucket you can use the following command:
git config --list
If you encounter issues, please let me know.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.