I Need to clone a GIT repository into remote server via SSH. I have tried doing this in the traditional way, using
git clone git@github.xyz.com:username/repository.git
The above gave me
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
1)Repo exists, I created the repo for test purpose 2)it's a public repo.