I am trying to connect to a remote Git repository that resides on my web server and clone it to my machine.
I am using the following format for my command:
This is happening because github is not currently in your known hosts.
You should be prompted to add github to your known hosts. If this hasn't happened, you can run ssh -T git@github.com to receive the prompt again.
ssh -T git@github.com