Earlier today I made a commit and a push to my repo. My commit included a large file (quantifications.csv) which gave me the typical error that it couldn't be pushed and that I should use git-lfs. I tried to remove the file from my history using
git rm --cached /path/to/quantifications.csv
The rm worked fine, but when I try to push, I still get the lfs notification. I have tried multiple things by this point, but I still can't seem to push my work.