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
feita há 8 meses160 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 8 meses
  • 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,

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas