报错

iOS开发,pod isntall,更新pod库,报错

fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

解决

1. cd到.gitconfig目录,一般为终端默认目录

2. $ ls -a,有.gitconfig的话,$open .gitconfig
3. 添加(或更新)配置
  

 [core]
     compression = -1


4. 重新执行
 

pod install

 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐