You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am having a problem making the pull in a repo where the last commit it was in febraury..
The issue that I get it is the following..
remote: The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated.
Please help me to fix it ..
Thanks
G'Day!
The error message is self-explanatory, so you either no longer have access to the repositories or the repositories do not exist anymore.
I would suggest you verify that the repository is still there, and that you can access it via the Web UI.
If you have no issue doing the above, the problem could be with your local config where you are authenticating with the wrong credentials. So I need to know if you are using HTTPS or SSH connection to continue the investigation, you can verify this by running the following commands:
git remote -v
If the output is "git@bitbucket.org" then you are using SSH, and if the output has "https://bitbucket.org", then you are using HTTPS.
I look forward to hearing from you.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @David Sampelan
Welcome to the community!
What action did you take to receive the same error message? Are you trying to clone the repository and receiving the error?
If yes, how did you authenticate when cloning the repository, and have you tried using App Password as your credential when authenticating?
If not, please do share with me the error message or screenshot. I'd be happy to help :)
Cheers,
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.