先ほどgit clone github〜みたいなことをやったらあまり見慣れないエラーが出た $ git clone git@github.com:xxxxxxx/xxxxxxxxx.git Initialized empty Git repository in /path/to/.git/ ssh: connect to host github.com port 7654: Connection timed out fatal: The remote end hung up unexpectedlyまあ、エラーメッセージをみるかぎり、ポートがおかしい。 git cloneはsshをつかっているので、そのポートがおかしいのだろう。 ただ、それってなんでやねん、という所である、普通22だろ、7654なんて指定してないぞ。 こういうとき、http schemaでつなぐのも手だが、Private