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.
Thanks Jim, it was very helpful for me too. :)
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.
Thanks a lot, it worked for me
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.
Thanks! It works =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. Your suggestion works smoothly. I have deleted the access key on my repo.
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.