首页 > 系统服务 > 详细

pandaboard安装ubuntu14.04系统遇到的问题

时间:2014-11-27 12:23:55      阅读:285      评论:0      收藏:0      [点我收藏+]

按照该网址步骤安装https://www.eewiki.net/display/linuxonarm/PandaBoard

在linux kernel的./build_kernel.sh时,自动安装交叉编译器,然后自动检测到"scripts/git: LINUX_GIT not defined in system.sh,然后自动下载scripts/git: [url=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git]
下载过程中出现以下错误:remote: Compressing objects: 100% (664300/664300), done.
                                       error: RPC failed; result=56, HTTP code = 200.28 MiB | 1024 bytes/s   //下载到200M时,报错.
                                       fatal: The remote end hung up unexpectedly
                                       fatal: early EOF
                                       fatal: index-pack failed
解决办法:因为自己的git库上面放了一些数据,所以整个库较大.google了一下,发现是curl的postBuffer 默认值较小的原因,配置下个这个值,就不会出现该错误了

               git config --global http.postBuffer 524288000 或 git config --global http.postBuffer 500M

               git config --list (查看http.postBuffer)

 

pandaboard安装ubuntu14.04系统遇到的问题

原文:http://www.cnblogs.com/cj2014/p/4125820.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!