Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,058
Community Members
 
Community Events
184
Community Groups

Unable to push code to my private repo

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

6 answers

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!

 

  1. Remove the SSH key from the repo. (Click on repo name > Settings > Access Keys)
  2. Add SSH key to Account settings SSH keys. (Click on your avatar > Bitbucket Settings > SSH Keys)
Like # people like this
Like # people like this

I figured it out after just trying this out of desperation 😂😂😂😂 

Same here, working! Tks

Thanks for this solution. They should remove the possiblity to add keys in a repo.

Like itskingruss likes this
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 07, 2018

That's there for CI/CD systems to connect. It isn't going away any time soon.

Like imerso likes this

It worked. Thanks!

thanks! works again :)

working, thanks!

Lifesaver Thanks!

Appreciate it man!

very thanks man!!!

Thanks, man!!

Thank you so much!

After searching for 3 days. I'm able to push to GIT now. This helped me. Thanks..:-)

Issue exists still on March 28,2020

Fixed using the mentioned trick of removing key from repo and adding to account setting !

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

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

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... 

3 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 20, 2018

First, remove the key from that repository.

Next, add the key to your own account - there's an option in your Bitbucket settings.

I did what you said, but, I am still getting the same error. :(

The same here

Thanks for your help.

That worked Perfect Thanks!!

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.

This worked perfect.

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

did you solve this?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events