何が起こったのかわかりませんが、git リポジトリからプッシュ/プルできません。他のサーバーマシンにもsshできないため、sshの問題である可能性があると思います。
ここに役立つかもしれないいくつかの出力があります
git pull
ssh: connect to host github.com port 22: Connection timed out
fatal: The remote end hung up unexpectedly
netstat -ntpl
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:37034 0.0.0.0:* LISTEN 20428/GoogleTalkPlu
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
-
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:11767 0.0.0.0:* LISTEN 4179/skype
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN
何か案は ??