精选圈子榜单优站
编程综合
编程综合
技术
20关注
编程技术记录、分享 ,记录你的编程生活点点滴滴!

Git clone failed


git clone的时候返回错误信息:

early EOF The remote end hung up unexpectedly index-pack failed RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054


解决:

需要配置参数:

$:git config --global --add core.compression -1


  • 若文章侵犯了您的权益,请联系我们进行处理。

  • 2016-12-27
  • 3205阅读
评论