gitbitbucketssh-keysdeploying

Cloning On Bitbucket Using SSH protocol


Am trying to clone a private repository from bitbucket to my local machine. And am having a error below Error image I created a key from my windows local machine in cmd using ssh-key gen - t rsa -c "ussr@domain.dom" And imported the keys to bitbucket as below. preview on bitbucket

How can I resolve this issue guys? , thank you.


Solution

  • You also need to add the key to the local ssh-agent, as described at https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html.