22番ポートが繋がらなくてもsshでgithubを使う方法 1 2 3 4 5 ssh: connect to host github.com port 22: Bad file number fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 1 ssh -T -p 443 git@ssh.github.com 1 2 3 Host github.com Hostname ssh.github.com Port 443 1 ssh -T git@github.com