I'm really not a Git user other than GitHub using the Windows Client. I've recently been working with a client that uses Git and Springloops.
The problem is that I added a large file to my local working copy and committed that to my local master branch. After a few other local commits I'm not trying to push this to Springloops and it's failing with the following error:
error: unpack failed: error Object too large (109,896,858 bytes), rejecting the pack. Max object size limit is 104,857,600 bytes.
How do I reach back into this older commit and remove this file in order to push to Spingloops?
I've got Git installed (obviously) and also TortoiseGit. I've managed to find this file stuck in an old commit using the GitGUI but cannot for the life of me figure out what to do.
Since I subsequent local commit removed this file I can only assume that it's trying to commit this to the remote repository before then removing it again.
Very confused and very lost on this one.