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.
Hello. I can't push to a remote repository, but I can fetch and pull. I added my public SSH key in the repository settings (the owner of the repository is not me, but my client). I was able to download the files, now I have made edits on the local machine and I want to push but I can't. The error I am getting:
Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Hello @mkuchirov ,
Thank you for reaching out to Atlassian Community!
The reason why you are not being able to pull changes is because SSH keys added directly in the repository level, known as Access Keys, grant only read-only access to the repository, so with this key you will only be able to clone/fetch/pull from the repository.
In case you want to make pushes with a SSH key, you should add the key to your bitbucket personal account settings, so the key will be associated with your bitbucket user, and have the same access as your account, meaning you can use the key to read/write to any repository that your account was granted read/write access to.
You can have more details about the SSH key creation and how to add it to your account settings by referring to the following documentation :
Hope that helps! Let me know if you have any questions.
Thank you, @mkuchirov .
Kind regards,
Patrik S
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.