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
asked 8 months ago152 views
1 Answer
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
EXPERT
answered 8 months ago
  • 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,

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions