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.
Thank you for your response, that worked perfectly!
Fantastic! Thank you very much!
Thanks Jim, it was very helpful for me too.
Yes. Your suggestion works smoothly. I have deleted the access key on my repo.
It looks like you're new here. Sign in or register to get started.