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
i have the same p[roblem.. what i should do if i using HTTPS..??
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.