I just installed git on my Mac and setup the keys for github. When I run ssh -T git@github.com
I get “Hi __! You’ve successfully authenticated, but GitHub does not provide shell access.”
When I try to do git clone however, I get the remote end hung up error.
Any idea what I’m doing wrong?
Thank you!
Make sure you have created the repo, are using the right URL and with the right protocol ( you are trying to use ssh)