I set up ssh keys after reading the instructions from the confluence. I am still getting the following error:
repository access denied. access via a deployment key is read-only.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I am able to push my code properly to Github. Don't really know where I am going wrong.
I am trying to push to my private repo.
The command ssh -T git@bitbucket.org gives the following output:
authenticated via a deploy key.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
This deploy key has read access to the following repositories:
myName/repoName: xxxxxx -- my_email_address
Same troubles here. I followed all the steps from the main page after creating the repo. I even created a new ssh key just for bitbucket and added it to the repo's access keys. no dice.
Fixed it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unbelievable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured it out after just trying this out of desperation 😂😂😂😂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here, working! Tks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks it works for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this solution. They should remove the possiblity to add keys in a repo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's there for CI/CD systems to connect. It isn't going away any time soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
DUDE.... I LOVE YOU
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It worked. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks! works again :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mate :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
working, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Lifesaver Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Appreciate it man!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
very thanks man!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, man!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After searching for 3 days. I'm able to push to GIT now. This helped me. Thanks..:-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Issue exists still on March 28,2020
Fixed using the mentioned trick of removing key from repo and adding to account setting !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, we need to add ssh key to personal account, instead of repository.
Unbelievable.
I think this docs is useless now, https://support.atlassian.com/bitbucket-cloud/docs/add-access-keys
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My God. Superb. It works like a charm - and yeah documentation needs to be updated for this case... or provide more details of the difference
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got here after solving the issue myself. I was about to revert to https and needed to add password for that then i saw option to add ssh. I hadn't realised I was adding a depolyment ssh for read only.
Atlassian can you make this clearer?
The current (which I and many others failed to read and isn't particularly clear anyway):
"Use access keys to gain read-only access to this repository. Learn more about using SSH keys."
could be replace with
"Use access keys to gain READ-ONLY access to this repository FOR READ WRITE add in your personal settings. Learn more about using SSH keys."
Or better still a popup that warns you when you add a key.
Backtracking I see it was those instructions above that sent me on this route, again these could be much clearer.
I see clickup have github integration. if it were up to...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First, remove the key from that repository.
Next, add the key to your own account - there's an option in your Bitbucket settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did what you said, but, I am still getting the same error. :(
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.
Working! Tks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this answer! It saved me. It's a bit confusing how this account-wide setting is hidden away, but it seems pretty easy to add/remove SSH keys for a repository... even though it doesn't really do much.
IMPORTANT: I found it quite hard to find my account settings, the interface may have changed since the original comment.
INSTRUCTIONS: Click on the settings 'cog wheel' next to your 'avatar' (my initials in my case) and choose Personal Bitbucket Settings. It's there you will find Security -> SSH keys.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That worked Perfect Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same problem. Via ssh I cannot push back to the repository. If I try it via https it works. I am accessing the repository in our CI/CD scenario and thus I cannot use https access as it asks for the password each time, when I remember correctly.
I need the deployment access key on the repo itself, otherwise our Jenkins job isn't able to access the repo at all - moving that key to the profile settings doesn't help me.
The message I get is
repository access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
im getting the same issue .. keep getting :
$ git push
repository access denied.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
any ideas anyone
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.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.