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 followed this exactly -> "Setting Up SSH in Windows"
https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html#SetupanSSHkey-ssh2
All steps checked out and even got success via -> ssh -T git@bitbucket.org
so after:
git remote add origin git@bitbucket.org:algotechllc/app_backend.git
I try:
git push origin master
Returns:
Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
You've added the public key to the repository as an access key. You need to remove it from the repo and add it to your account.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, you are so good.
But i don't understand, why bitbucket give a option to add shh-key to repo?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's for CI/CD systems - using those keys, they can pull updates without occupying a user license.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked.
So, what are the individual repository "Access Keys" for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gracias funciona perfectamente, tuve el mismo problema cuando quise pushear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I spent hours searching for an answer to this creating keys in different ways. Thanks for this contribution.
Go to https://bitbucket.org/account/settings/ssh-keys/ and add your key there.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.