error: 3509 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideban

这篇具有很好参考价值的文章主要介绍了error: 3509 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideban。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

今天换了公司的电脑,window11,刚开始克隆项目,结果出现了问题:

error: 3509 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF

error: 3509 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideban

 

后来找了问题所在,原因:远程仓库的文件过大,需要设置本地仓库大小

二、解决步骤:

1、首先输入如下命令:
git config http.sslVerify "false"

若出现下列错误:
git config http.sslVerify "false" fatal: not in a git directory
再继续执行 git config --globle http.sslVerify "false" 问题解决

2、文件大小的上限设置:
git config --global http.postBuffer 524288000

3、如果还是git代码还是下载失败,则需要继续修改git缓存的大小文章来源地址https://www.toymoban.com/news/detail-501980.html

到了这里,关于error: 3509 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideban的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • org.apache.http.ConnectionClosedException Premature end of Content-Length delimited message body

    最近生产环境报了这个系统异常: org.apache.http.ConnectionClosedException Premature end of Content-Length delimited message body (expected 107915; received 40177) 查看日志后发现是下载文件的时候出错。 具体的代码如下: 在向威富通发送请求的时候有下载文件的操作,出现了该问题。 起初是怀疑htt

    2024年02月02日
    浏览(39)
  • 编译错误:rpcndr.h(192,14): error C2872: “byte”: 不明确的符号

    1C:Program Files (x86)Windows Kits10Include10.0.19041.0sharedrpcndr.h(192,14): error C2872: “byte”: 不明确的符号 1C:Program Files (x86)Windows Kits10Include10.0.19041.0sharedrpcndr.h(191,23): message : 可能是“unsigned char byte” 1C:Program Files (x86)Microsoft Visual Studio2019EnterpriseVCToolsMSVC14.28.29910includecs

    2024年02月06日
    浏览(96)
  • 已解决IndexError: positional indexers are out-of-bounds

    已解决IndexError: positional indexers are out-of-bounds 粉丝群里面的一个小伙伴遇到问题跑来私信我,想用pandas,但是发生了报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以帮助到更多遇到这个bug不会解决的小伙伴),报错代码如下

    2024年02月05日
    浏览(40)
  • docker 拉取镜像出现 error parsing HTTP 408 response body 错误问题

    在使用 docker 下拉镜像仓库时,出现http解析错误。具体错误log信息如下: error parsing HTTP 408 response body: invalid character ‘’ looking for beginning of value: “ nYour browser didn’t send a complete request in time.nn” 在尝试搜了很多答案后,都没有解决问题,包括如下的解决方案: https://www.

    2024年02月12日
    浏览(59)
  • ‘utf8‘ codec can‘t decode byte 0xcd in position 0: unexpected end of data

    nmap在windows安装好后,在命令行输入被扫描的目标,点击扫描提示\\\'utf8\\\' codec can\\\'t decode byte 0xcd in position 0: unexpected end of data 第一步首先检查安装nmap的路径中是否有中文 第二步检查C:userXXX中“XXX”是否为中文 第一步解决方案:第一步的中文路径把nmap卸载,重新安装到英文路径

    2024年02月01日
    浏览(53)
  • 已解决UnicodeDecodeError: ‘utf-8‘ codec can‘t decode bytes in position 1022-1023: unexpected end of dat

    已解决使用pycharm run运行代码正常,而debug却抛出异常UnicodeDecodeError: ‘utf-8’ codec can’t decode bytes in position 1022-1023: unexpected end of data,附上三种的正确解决方法,亲测有效!!! 粉丝群里面的一个小伙伴遇到问题跑来私信我,想用pycharm debug,但是发生了报错(当时他心里瞬

    2023年04月20日
    浏览(58)
  • 解决Docker拉取镜像报Error response from daemon: error parsing HTTP 408 response body的问题

    Docker在拉取镜像时报如下错误: Error response from daemon: error parsing HTTP 408 response body: invalid character ‘’ looking for beginning of value: “h1408 Request Time-outnYour browser didn’t send a complete request in time.nn” 这个错误通常是由于Docker在下载镜像时出现网络连接问题引起的。可以尝试以下解

    2024年02月09日
    浏览(57)
  • 关于keil5报错:Error: L6220E: Execution region RW_m_data size (410900 bytes) exceeds limit (410880 bytes)

    keil5 报错现象如下: 网上找了很多资料都是修改keil的options中target选项里内存大小,修改后虽然可以编译成功,但是板子依然起不来, 原因是这种修改相当于修改了芯片的内存大小相当于换了大规格的芯片,而板子的芯片规格已经固定 。此种方法不可取。   正确方法如下:

    2024年02月04日
    浏览(33)
  • What are the meaning of linear_velocity and angular_velocity?

    linear_velocity and angular_velocity are commonly used concepts in robotics. linear_velocity refers to the speed of movement in a straight line. It is measured in meters/second (m/s). For a mobile robot, the linear velocity refers to the speed at which the robot as a whole is moving in a straight line. angular_velocity refers to the speed of rotation, measur

    2023年04月24日
    浏览(34)
  • 已解决SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated

    已解决(Python读取文件报错)SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape 粉丝群一个小伙伴想用pdfplumber读取PDF的信息却发生了报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以

    2024年02月06日
    浏览(48)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包