How to fix "fatal: Cannot handle files this big" in git? -


when trying commit, error:

fatal: cannot handle files big 

and nothing else seems work, i've tried git reset , git status fails same error.

i don't want able commit large files. rather, fix current state of working directory , undo adding whichever file caused this.

deleting problematic large file os fixed issue.


Comments