Hello,
I'm having problems when I try to clone repository via SSH. Over http it works fine.
I've added my public key to my account.
What might be the problem?
Does it mean that my local git client is refusing to read from the remote or the other way around, that it is the gitlab that refuses to comply?
$ git clone ssh://[email protected]:2222/tarach/test.git
Cloning into 'test'...
Host key verification failed.
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
I googled this and one of the first results was this thread.
You sure? I don't see this thread on the first, second or third page of Google's search results
How about: https://askubuntu.com/questions/45679/ssh-connection-problem-with-host-key-verification-failed-error
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
Most helpful comment
I googled this and one of the first results was this thread.