美文网首页
Cocoapods 下载百度地图报错:[!] Error ins

Cocoapods 下载百度地图报错:[!] Error ins

作者: zgsddzwj | 来源:发表于2020-06-06 10:55 被阅读0次

利用Cocoapods下载百度地图时,经常会报错
[!] Error installing BaiduMapKit
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

image.png

解决方法:

运行:git config –global http.postBuffer 1048576000 即可。

如果不行,试试:

git config --global core.compression 9

亲测有效

相关文章

网友评论

      本文标题:Cocoapods 下载百度地图报错:[!] Error ins

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