推送更改时出现Github远程错误问题[重复]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了推送更改时出现Github远程错误问题[重复]相关的知识,希望对你有一定的参考价值。
这个问题在这里已有答案:
我试图将更改推送到我的github仓库,但收到错误:
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: xxxx
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File data/data1.csv is 318.00 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File data/data2.csv is 269.45 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/fbagirov/myrepo
! [远程拒绝]主 - >主(预接收挂钩拒绝)
无论我做什么,我都无法推动: - 我有一个.gitignore那两个超过100MB的文件;当它不起作用时,我将整个数据文件夹包含在.gitignore中:
data/data1.csv
data/data2.csv
data/
- 我尝试从缓存中清理文件: git rm - data1.csv
- 我重新启动了笔记本电脑,以防万一。
有什么我想念的吗?它仍然显示那些文件的原因是什么?
答案
- 如果你在'git add'之后将文件添加到.gitignore,那么你的文件将不会自动从git中删除。
- 你从git手动删除大文件后提交了吗?
以上是关于推送更改时出现Github远程错误问题[重复]的主要内容,如果未能解决你的问题,请参考以下文章
Gerrit- 推送到 gerrit 时出现 Git 推送错误(不适用(解包程序错误))
推送代码分支时出现:fatal: 'origin' does not appear to be a git repository