I am trying to push a local repo to my private GitHub and got an error saying the file size exceeded 100MB. That I understand. I actually don't need that file, so I deleted if from my repository (actually deleted it from my computer).
When I went to push the repository again (without that large file since it had been deleted) I get the same error for that file that was deleted from my computer. I even added it to my gitignore file.
Not sure why that file is still causing an issues as it has been deleted from my computer.