git报错修改:early EOF The remote end hung up unexpectedly index-pack failed RPC failed

  • 项目过大,分支太多会有这样的问题

  • 这时候我们可以只拉去最新的一次或者几次commit

git clone -b 分支名 http://code.paic.com.cn/zztj_hrx_std/zztj-hrx-std-android.git --depth=1
  • 这样拉下来的只是一个分支,要想拉取其他分支代码,可以这样
git fetch  --depth 1 origin HRTOB_V1.0.0

你可能感兴趣的:(git报错修改:early EOF The remote end hung up unexpectedly index-pack failed RPC failed)