Am trying to clone a private repository from bitbucket to my local machine. And am having a error below
I created a key from my windows local machine in cmd using
ssh-key gen - t rsa -c "[email protected]"
And imported the keys to bitbucket as below.
How can I resolve this issue guys? , thank you.
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.