I have had this same problem the solution was edit ~/.ssh/config and put this lines:
Host github.com
Hostname ssh.github.com
Port 443
If there is no file config in this folder, simply create one.
I have had this same problem the solution was edit ~/.ssh/config and put this lines:
Host github.com
Hostname ssh.github.com
Port 443
If there is no file config in this folder, simply create one.