安装caffe时“The remote end hung up unexpectedly fatal: 过早的文件结束符(EOF)”

错误名称:
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: 过早的文件结束符(EOF)
fatal: index-pack 失败


据说是因为文件太大了,当然还是墙的原因。。。扩大一下运输限制就好啦。

解决方案:

git config http.postBuffer 524288000

结果又出现错误:

fatal: not in a git directory

没有git仓库的目录,解决方案:

 git init

之后就进入漫长的等待。。。。。。

你可能感兴趣的:(caffe)