I get the same result when trying to press git:
Counting objects: 78, done. Delta compression using up to 4 threads. Compressing objects: 100% (67/67), done. Writing objects: 100% (71/71), 36.29 MiB | 637.00 KiB/s, done. Total 71 (delta 39), reused 0 (delta 0) remote: error: GH001: Large files detected. remote: error: Trace: 7e446266168df8617c74b6a319ec4538 remote: error: See http://git.io/iEPt8g for more information. remote: error: File lecture_2_imtqy.com_numpy_pandas/data/cup98LRN.txt is 111.74 MB; this exceeds GitHub file size limit of 100 MB To git@github.com:mas-dse/gbrock.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@github.com:mas-dse/gbrock.git'
The fact is that the txt file no longer exists. I made changes to ipython notepad to delete this text file. Saved laptop. Added changes to git. Changes made. Then try pushing on git, but it does not want to work.
I can not use:
git rm --cached 'file'
Because this file no longer exists. I have no idea what to do. Any help would be greatly appreciated.
git github ipython
Garett
source share