I have a repo with username format XXXXX@bitbucket.org
The repository still commits/pulls/pushes from command line using the supplied password.
However, I cannot find the repo in the web browser (tested numerous browsers). Without the web browser I don't know what the clone URL is.
Here is the error message:
I have been active with pushes/pulls via command line but have not looked at the web portal in a long time.
Is this part of the migration plan for the server product? It is not clear from the docs.
Thanks!
G'day, @davejanello
Welcome to the community!
Are you trying to access the repository from Bitbucket server as the error indicates that you don't have access to it or are you using Bitbucket cloud?
Having said that, can you navigate to the repository via the terminal to get the repository URL, please follow these steps:
git remote -v
origin git@bitbucket.org:workspaceID/repoName.git (fetch)
origin git@bitbucket.org:workspaceID/repoName.git (push)
https://bitbucket.org/workspaceID/repoName
Let me know how it goes.
Regards,
Syahrul
Hello Syrahul,
I am facing the same issue as @dav . I logged in after a long time. However, as mentioned above, i am unable to view my repository. It says repository not found although i am able to commit the code, etc.
Best Regards,
Alevi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Syrahul,
I was able to access it the way you suggested. Thank you.
However, i am still wondering why this could be needed. Visiting any different link loses the access. Have to retype the link.
Although i did find that https://bitbucket.org/WorkspaceID/workspace/projects/PROJ displays all the repositories.
Best Regards,
Alevi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @alevi dcosta
Would you mind creating a new thread for your question? That way, we can ensure that anyone with the same issue won't get confused with unrelated problems.
Thanks!
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I'm having the same issue accessing some repo, but the suggested solution
doesn't solve my problem.
To wit: I can push to the repo via CLI but I cannot access it via cloud portal.
The WorkspaceID is not the same one I'm posting from here, otherwise I probably wouldn't be posting this message!
Following the suggestions..
Accessing the URL via the suggested formula applied to the result of running
git remote -v
Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Scott B. Baden
Can you raise separate question threads so I can check them out? Thanks!
Regards,
Syahrul
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.