Hello
I was away for over 2 years and after logging on with my gmail account I found out that all my repositories are now gone.
why did this happen? Is there a way to get my 5 private repositories back?
Thanks
Hi Alexander,
I can confirm that we don't remove repositories for any reason if a user has been inactive for a period of time.
Please execute the following command to locate your repository URL's and find out the workspaceID for these repositories (this is displayed before the repository name):
git remote -vvv
Once you have your workspaceID - you can access that workspace from your workspace list:
If you don't find the workspace on this list, it is likely you have logged in using an email address that is not associated with the workspace you are trying to access - please check your git config for any email addresses you may have used in the past and log in using these instead:
git config --list
We have more information regarding this below:
Hope this helps.
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.