zoukankan      html  css  js  c++  java
  • git this exceeds GitHub's file size limit of 100.00 MB

    git push origin master过程中,出现如下错误

    关键词:this exceeds GitHub's file size limit of 100.00 MB

    推的时候忽略文件的操作:(忽略大文件操作.gitignore不好使的时候),在提交之后推之前,输入命令:

    git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 01_reference/case/智慧热网管理系统(视频).wmv  01_reference/case/华勤软件功能分析.xlsx"  --prune-empty --tag-name-filter cat -- --all

    git commit --amend -CHEAD

    git push origin master

     git filter-branch --force --index-filter "git rm --cached --ignore-unmatch 01_reference/case/智慧热网管理系统(视频).wmv  01_reference/case/华勤软件功能分析.xlsx"  --prune-empty --tag-name-filter cat -- --all
  • 相关阅读:
    poj 3280 Cheapest Palindrome (dp)
    hdu 4359 Easy Tree DP? ( dp )
    hdu 2844 Coins (多重背包+ 二进制优化)
    三分法 讲解
    poj 1191 棋盘分割 (dp)
    hdu 4340 Capturing a country(树形 dp) (2012 MultiUniversity Training Contest 5 )
    子类和父类的构造函数
    CreateProcess执行一个控制台程序,隐藏DOS窗口
    单个字符比较
    MFC 程序入口和执行流程
  • 原文地址:https://www.cnblogs.com/quchunhui/p/11454411.html
Copyright © 2011-2022 走看看