GitHub で clone するときは SSH じゃなく HTTP を使ったほうが高速

http://tech.nitoyon.com/ja/blog/2013/01/11/github-clone-http/

$ git remote set-url origin git@github.com:user/repo.git

なるほど。
sshでも、設定を変更すると速くなるそう。

Host github.com
Compression yes
Ciphers arcfour256

圧縮有効にして、暗号化の手法を変えるということか。