windows で github で SSHポートが閉じているけどgithubを使ってみたい!

ここをみてがんばる

GithubWindows で使ってみる 2011 年版
http://wp.graphact.com/2011/02/07/github-windows-2011

Testing things out

$ ssh git@github.com

ここで以下のエラーでつまづくはず

$ ssh git@github.com
ssh: connect to host github.com port 22: Bad file number

そこでこちら
github.comへのssh接続を変更する
http://mattn.kaoriya.net/software/20081029172540.htm

~/.ssh/config
でポートを変更するわけですね!