先小声逼逼一句: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

最新文章

  1. CRL快速开发框架升级到3.1
  2. PetShop的系统架构设计
  3. Android菜鸟成长记6 -- 网络连接的检查
  4. C#操作xml
  5. DAL层与BLL层的设计原则
  6. [译]SSIS 通过环境变量配置数据源连接参数
  7. myeclipse如何恢复已删除的文件和代码
  8. Highcharts选项配置详细说明文档
  9. python基础教程(三)
  10. Mac OS 终端常用命令基础
  11. 快速对Mysql添加索引的五个方法
  12. 求next数组的两种方法
  13. 关于OpenVR
  14. Linux中Subversion配置实例
  15. vmware linux NAT CON
  16. Ehcache整合spring配置
  17. div 边框
  18. ReactNative For Android 框架启动核心路径剖析
  19. C++程序设计入门(上) 函数学习
  20. Redis JAVA客户端 Jedis常用方法

热门文章

  1. Codeforces Round #617 (Div. 3)F. Berland Beauty
  2. k8s基本命令
  3. 21种JavaScript设计模式最新记录(含图和示例)
  4. 如何优雅地使用containerd?这里有一份必读的技巧攻略
  5. LUA学习笔记(第18-20章)
  6. VS下解决_CRT_SECURE_NO_WARNINGS 警告
  7. https搭建(自签名证书)
  8. POJ_1185_状态压缩dp
  9. 【Java并发工具类】ReadWriteLock
  10. Spark RDD基本概念、宽窄依赖、转换行为操作