博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git push 100m error
阅读量:6335 次
发布时间:2019-06-22

本文共 1191 字,大约阅读时间需要 3 分钟。

 

 

git push 100m error

 

 

#git push origin masterCounting objects: 215, done.Delta compression using up to 4 threads.Compressing objects: 100% (176/176), done.Writing objects: 100% (215/215), 43.86 MiB | 2.52 MiB/s, done.Total 215 (delta 92), reused 0 (delta 0)remote: Resolving deltas: 100% (92/92), completed with 44 local objects.remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.remote: error: Trace: 72748988434e4d4240e5aab453dbe9bbremote: error: See http://git.io/iEPt8g for more information.remote: error: File showandshare/showandshare.netty.autocycleselflock/src/main/resources/heap.hprof is 238.20 MB; this exceeds GitHub's file size limit of 100.00 MBTo https://github.com/curoiusby/showandshare.git ! [remote rejected] master -> master (pre-receive hook declined)error: failed to push some refs to 'https://github.com/curoiusby/showandshare.git'

 

 

 

解决方法:

git filter-branch -f --index-filter 'git rm -r --cached --ignore-unmatch showandshare/showandshare.netty.autocycleselflock/src/main/resources/heap.hprof' HEAD

 

 

 

 

 

 

 

 

 

 

 

 

 

 

捐助开发者 

在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信 以及扣扣群),没钱捧个人场,谢谢各位。

 

 
 
 谢谢您的赞助,我会做的更好!

转载地址:http://husoa.baihongyu.com/

你可能感兴趣的文章
Android开发之自定义View(二)
查看>>
python爬虫之微打赏(scrapy版)
查看>>
自制操作系统Antz day08——实现内核 (中) 扩展内核
查看>>
poj-1056-IMMEDIATE DECODABILITY(字典)
查看>>
阿里云容器Kubernetes监控(二) - 使用Grafana展现Pod监控数据
查看>>
区块链应用 | 不知道什么时候起,满世界都在谈区块链的事情
查看>>
小程序爆红 专家:对简单APP是巨大打击
查看>>
FarBox--另类有趣的网站服务【转】
查看>>
在非纯色背景上,叠加背景透明的BUTTON和STATIC_TEXT控件
查看>>
Distributed2:Linked Server Login 添加和删除
查看>>
海量数据处理相关面试问题
查看>>
Python-time
查看>>
Java中取两位小数
查看>>
RTX发送消息提醒实现以及注意事项
查看>>
使用 ftrace 调试 Linux 内核【转】
查看>>
唯一聚集索引上的唯一和非唯一非聚集索引
查看>>
Spark新愿景:让深度学习变得更加易于使用——见https://github.com/yahoo/TensorFlowOnSpark...
查看>>
linux磁盘配额
查看>>
NFS文件共享服务器的搭建
查看>>
%r 和 %s 该用哪个?
查看>>