Bit Bucket clone repository

0

Hello, I am trying to clone repository via bit bucket, i have created ssh key added into bit bucket setting now if i try to clone repository in visual studio its me error message:

$ git clone git@bitbucket.org:workdevops/xyz.git Cloning into 'xyz'... Host key verification failed. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

Please suggest.

Thank you!!

Monica
已提问 8 个月前158 查看次数
1 回答
0

Hello, Monica.

The error message you're encountering, "Host key verification failed," typically occurs when there is an issue with the SSH key or the host key verification for the Bitbucket repository. Here are some steps you can take to troubleshoot and resolve this issue:

Check SSH Key Configuration: Ensure that the SSH key you added to your Bitbucket account is correctly configured. Make sure you added the public key to your Bitbucket account and that the private key is available on your local machine. Verify SSH Agent:

Check if the SSH agent is running and has your SSH key loaded

Best regards, Andrii.

profile picture
专家
已回答 8 个月前
  • Hello Andrii, Thanks for responding, but i have followed the same steps and i tried it again as well but i am getting same error. Thank you,

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则