I have checked and followed every step after the connection wend away. I have tried to make a new ssh key in bitbucket. did didn't work. Also adding a new key in terminal didn't work. aldo sourcetree recognize te bitbucket cloud account reposities. I can't pull or push anything anymore. every time a see.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please help?
If you have recently restarted your Mac, please check if the ssh-agent has your keys loaded. If not, please add them to the agent.
Run below commands in terminal to do so,
To check if keys are loaded:
ssh-add -l
To add keys to agent:
ssh-add <path_to_key>
more like,
ssh-add ~/.ssh/id_rsa
Key in the passphrase used while generating the ssh key and you should be good to go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you add the response of ssh-add -l here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Problem is solved. I don’t know if This is a permanent solution, but I have removed the remote reposities. Then pair the SSH keys. Then push the local reposities back to a new remote repositie, and everything works Again. Maybe Luck, I don’t know, but the problem is solved.
Thanks for the support.
sincerly,
Johannes Dorsey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.