美文网首页iOS Developer
解决fatal: The remote end hung up

解决fatal: The remote end hung up

作者: LinXunFeng | 来源:发表于2016-12-25 17:18 被阅读3272次

报错如图所示

解决方案

打开终端,进入到你的工程根目录下,打入命令

git config http.postBuffer 524288000

再重新 pod install 就可以了
命令作用:调整缓存大小为500M

相关文章

网友评论

    本文标题:解决fatal: The remote end hung up

    本文链接:https://www.haomeiwen.com/subject/adhdvttx.html