github上传大于100M的文件报错

先小声逼逼一句:md
gaowenxin95@LAPTOP-0MR6298S MINGW64 /d/Gaowenxin/China-Japan (master)
$ git push origin master
Enumerating objects: 35, done.
Counting objects: 100% (30/30), done.
Delta compression using up to 8 threads
Compressing objects: 100% (23/23), done.
Writing objects: 100% (23/23), 198.73 MiB | 6.86 MiB/s, done.
Total 23 (delta 13), reused 0 (delta 0)
remote: Resolving deltas: 100% (13/13), completed with 6 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: a250015950b0d1f5e58fdbd110e9efd2
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File output/Result.csv is 472.10 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/JiaxiangBU/China-Japan
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/JiaxiangBU/China-Japan'

解决办法下载,安装配置csdn

一般还是传relrase吧,否则别人pull的时候很阔怕

原文地址:https://www.cnblogs.com/gaowenxingxing/p/12369122.html