Hello,
For several days now, I have been trying to access a shared repository for class through bitbucket, but it keeps saying "Something went wrong..."
Even when I try to go to the general repository workspace of this person's bitbucket. I had not had issues until this week. No change in the problem.
I need to access a repository from this person as soon as possible. Not sure what I need to do on my end to fix this issue.
G'day!
Welcome to the Bitbucket Cloud community! :)
Firstly, I would suggest determining whether the workspaceID of the repository that you are trying to access is correct or not by checking your list of remote URL's within a terminal - the workspaceID is displayed before the repository name:
git remote -vvv
Once you have the path, you can navigate to it by entering https://bitbucket.org/workspaceID/reposlug as the URL - alternatively you can access the list of workspaces you currently have access to and switch between these by clicking your avatar in the top-right corner, clicking All Workspaces and then selecting the desired workspace to see which repositories you have access to here.
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.