git clone でfatal: early EOF

なぜか
git clone
したときに

remote: Counting objects: 503, done.
remote: Compressing objects: 100% (323/323), done.
packet_write_wait: Connection to URL: Broken pipe
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

という感じでfatal: early EOF
はかれたときは

git clone --depth 1 URL

でいけた