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.
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.