Hi,
While i am trying to connect the server from client throw GIT bash using this command for clone the repository from server.
git clone ssh://username@hostname:/~/projectRepositoryFoldername
I am facing the following error.
Cloning into 'TestRepository'...
The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is.
The server's rsa2 key fingerprint is:
ssh-rsa - -(some Values)
Connection abandoned.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Even i tried the ssh IP Address command in GIT bash, it prompt
Administrator@IP_Address's password:
Permission Denied, Please try again.
Even thought i gave proper password, it display Access has been denied.
But using the Putty, i have tested the SSH Connection. It has been working properly.
Kindly let me know, if you need more clarification.
Thanks for your support.
Regards,
SathishKumar Pannerselvam.