Hi,
I have today received an email "Your Bitbucket plan has changed. The plan on the Bitbucket workspace, , has changed from Free to Academic."
I can since no longer access and manage repositories via https -- I still have access via ssh.
Any idea?
Thanks.
G'day!
Welcome to the Bitbucket Cloud community! :)
It is likely that you are not logging into the correct workspaceID that has those repositories present, I'd suggest running the following command to show your remote repository URL's which would reveal the correct workspaceID that you should try to access:
git remote -vvv
Once you have got the workspaceID, you can then check the email address that you should be logging into to access them by checking your git config:
git config --list
Once you have a good idea of the workspaceID and the email address, please try logging in using that email address you may have used in the past - if you are able to login, navigate to the workspaces you have access to by clicking the gear cog selecting All Workspaces and then navigating to that workspace from the list found by checking remote URL's.
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.