Why would git-upload-pack (during git clone) hang?

后端 未结 5 1705
星月不相逢
星月不相逢 2020-12-10 01:19

I\'ve read several other \'git hangs on clone\' questions, but none match my environment and details. I\'m using git built under cygwin (msys git is not an option) to clone

5条回答
  •  没有蜡笔的小新
    2020-12-10 01:44

    We have faced a similar issue - and we attributed it to the following: Our git repo has a LOT of binary files checked in (multiple versions, over the past 1.5 years of this project). So, we assumed that this was the cause.

    To support this theory, we have other code bases that are more recent (and thus do not have so many binary files and their versions) - which do not exhibit this behavior.

    Our setup: Git setup on linux, site-to-site VPN between London and India over a T1 line.

提交回复
热议问题