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)
    然后把值设置为了一个中间的数值。虽然等了很久最终还是成功了。
相关推荐
和你一起去月球4 小时前
TypeScript - 函数(下)
javascript·git·typescript
我不是程序猿儿5 小时前
【GIT】TortoiseGit的变基(Rebase)操作
git
yyycqupt11 小时前
git使用(一)
git
Kkooe15 小时前
GitLab|数据迁移
运维·服务器·git
Beekeeper&&P...16 小时前
git bash是什么,git是什么,git中的暂存区是什么,git中的本地仓库是什么,git中工作目录指的是什么
开发语言·git·bash
Stara051120 小时前
Git推送+拉去+uwsgi+Nginx服务器部署项目
git·python·mysql·nginx·gitee·github·uwsgi
lsswear21 小时前
GIT 操作
git
勋勋勋勋小勋勋21 小时前
git分支合并某一次提交
git
PandaCave1 天前
git常用命令以及注意事项总结
git