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,

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南