git push后一直卡在在Writing objects:问题

  1. git push后一直卡在Writing objects:
    解决:设置
javascript 复制代码
git config --global http.postBuffer 5242880000

在执行git push。

一般设置后就可以成功了,后面不用看。

  1. 我这里结果又报错:

fatal: protocol error: bad line length 8192 MiB | 107.46 MiB/s

send-pack: unexpected disconnect while reading sideband packet

  1. 然后又把上面的值设置的更大了些,后面多加了两个0,报错变成fatal: Out of memory, malloc failed (tried to allocate 889192448 bytes)
    然后把值设置为了一个中间的数值。虽然等了很久最终还是成功了。
相关推荐
小林的技术分享2 分钟前
版本控制系统-Git 学习 《progit》电子书学习记录 第一章 (仅隔个人学习记录用)
git
weixin_456904272 小时前
Git登录配置的详细方法
git
鄃鳕5 小时前
Git , 本地落后远端
git
Yusei_052310 小时前
迅速掌握Git通用指令
大数据·git·elasticsearch
qq_3775727719 小时前
git commit - revert + reset + checkout + reorder
git
2301_767233221 天前
Git使用和理解上的一些问题
git
nyf_unknown1 天前
(vue)将文件夹打成tar包, Git Bash(推荐)具体使用
vue.js·git·bash
兔老大RabbitMQ1 天前
Git Revert 特定文件/路径的方法
git
星哥说事2 天前
如何将堡塔云WAF迁移到新的服务器
服务器·git·github
阿政一号2 天前
Git版本控制器
git