I typed the command to have a connection test to github
:
ssh -T git@github.com
but it outputs:
ssh: Could not resolve hostname github.com: nodename nor servname provided, or not known
why ssh could not resolve github.com? I want to know this and how to solve it?