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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -