首页 > 其他分享 >git拉取大文件失败

git拉取大文件失败

时间:2024-11-19 15:45:03浏览次数:1  
标签:git VisionFive2 into work 拉取 failed 失败 fatal clone

 

 

root@ubuntux86:# git submodule update --init --recursive
Cloning into '/work/VisionFive2/buildroot'...
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/starfive-tech/buildroot.git' into submodule path '/work/VisionFive2/buildroot' failed
Failed to clone 'buildroot'. Retry scheduled
Cloning into '/work/VisionFive2/linux'...
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/starfive-tech/linux.git' into submodule path '/work/VisionFive2/linux' failed
Failed to clone 'linux'. Retry scheduled
Cloning into '/work/VisionFive2/soft_3rdpart'...
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/starfive-tech/soft_3rdpart.git' into submodule path '/work/VisionFive2/soft_3rdpart' failed
Failed to clone 'soft_3rdpart'. Retry scheduled
Cloning into '/work/VisionFive2/u-boot'...
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/starfive-tech/u-boot.git' into submodule path '/work/VisionFive2/u-boot' failed
Failed to clone 'u-boot'. Retry scheduled
Cloning into '/work/VisionFive2/buildroot'...
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/starfive-tech/buildroot.git' into submodule path '/work/VisionFive2/buildroot' failed
Failed to clone 'buildroot' a second time, aborting

 

标签:git,VisionFive2,into,work,拉取,failed,失败,fatal,clone
From: https://www.cnblogs.com/dream397/p/18555005

相关文章

  • 将本地项目推送到 Git 仓库
    要将本地项目推送到Git仓库,可以按照以下步骤操作:第一步:初始化Git仓库打开终端并进入你的项目目录。初始化本地Git仓库:gitinit第二步:添加远程仓库添加远程仓库的地址:gitremoteaddorigin<你的远程仓库地址>请将<你的远程仓库地址>替换为实际的仓库地......
  • Conda环境Git Pull报错
    问题背景用conda新建了一个python3.9的虚拟环境,经常出现跟动态链接库相关的报错,这次连使用gitpull都出现了一个奇怪的报错:$gitpull/usr/lib/git-core/git-remote-https:symbollookuperror:/lib/x86_64-linux-gnu/libp11-kit.so.0:undefinedsymbol:ffi_type_pointer,......
  • Idea该如何提交代码到GitHub远程仓库呢?
    1.处理GitHub这块1.1首先登陆GitHub账户1.2创建新的储存库填写储存库信息1.3 复制储存库地址2.处理Idea这块2.1查看Idea中Git配置点击settings(设置)--> VersionControl(版本控制)-->Git,idea一般会自动关联Git可执行文件,如果没有关联需要手动选择。如果电脑......
  • late chunking 源码分析-https://github.com/jina-ai/late-chunking
    importbisectimportloggingfromtypingimportDict,List,Optional,Tuple,Unionfromllama_index.core.node_parserimportSemanticSplitterNodeParserfromllama_index.core.schemaimportDocumentfromllama_index.embeddings.huggingfaceimportHugging......
  • .gitignore模板
    当然,这里提供一个更详细的.gitignore模板,这个模板涵盖了多种编程语言和开发工具,你可以根据需要进行调整:#忽略编译生成的文件*.o*.obj*.exe*.dll*.class*.jar*.pyc__pycache__/*.pyo*.pyd*.node*.coffee*.rbc*.o*.gch*.gem*.lock*.log*.db*.db3*.sqlit......
  • vercel无法导入github项目
    背景点击import后,浏览器打开了github的项目链接,而不是有关于项目部署的设置。根据网络上的说法,import后就会出现相关的配置页面,然而没有出现下面是预想的页面然而并没有出现。解决使用cli工具。npminstall-gvercel#登录vercellogin#部署vercel回到官网,发......
  • 使用python工具库requests访问HuggingFaceAPI设置代理转发失败问题
    实现功能:使用HuggingFace开源模型库中的XLabs-AI/flux-RealismLora模型,实现文本生成图片。问题描述:调用模型XLabs-AI/flux-RealismLoraAPI接口时,设置了代理一直连接不上。错误描述:requests.exceptions.ConnectionError:HTTPSConnectionPool(host='api-infere......
  • 服务器时间不对导致.NET SDK连接Minio失败
    这两天想弄个简单的文件系统来做测试,选中了Minio,公司的测试环境是windowsserver2019,随手搜起一篇教程(MinIO注册成服务在后台运行(Win10)_miniowindows注册成服务在后台运行-CSDN博客),按图索骥,一顿操作猛如虎,使用“WinSW”加入系统服务。打开网页一看,好使。再用.NETSDK(最新6.0......
  • 4-登录私有库并拉取镜像
    登录私有库dockerlogin-uadmin-pserver~YZ2024http://8.134.59.62:8083●-u私有库用户名:admin为私有库用户名●-p私有库密码:server~YZ2024为私有库密码●私有库访问地址:私有库IP:端口号:http://8.134.59.62:8083●私有库镜像列表访问地址:私有库IP:端口号/v2/_cata......
  • git代理设置
    1.单独配置项目代理进入项目目录:进入你想要配置代理的项目目录。设置HTTP或HTTPS代理:使用以下命令为该项目配置代理:gitconfighttp.proxyhttp://proxy.example.com:portgitconfighttps.proxyhttp://proxy.example.com:port将http://proxy.example.com:port替换......