pod setup が全く終わらないとき

pod setup が全く終わる気配がなく躓きました。出てきたエラーは以下のとおりです。

$ pod setup
Setting up CocoaPods master repo
Performing a deep fetch of the `master` specs repo to improve future performance

[!] /usr/local/bin/git fetch --unshallow

error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Tomcat再起動したり色々としていたら解決してしまったのですが、肝心なエラー部分である

error: RPC failed; result=56, HTTP code = 200

の原因はこの記事によると、gitでファイルをhttpで転送する際に、上限サイズを超えてしまったことらしいです。ごちゃごちゃして原因がわからずに解決してしまうのは次に全くつながらないので気をつけたいです。