I have created a new GIT repository in my server at /home/myuser/.git/project.git
.
I found ssh key for git from C:\Users\Toshiba\.ssh\github_rsa.pub
& appended with server's authorized_keys
file.
when i try to do git clone using ssh it fails as below.
$ git clone ssh://myuser@mysite.net:2888/home/myuser/.git/project.git
Cloning into 'project'...
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could you please help me in resolving this issue.