I added a large file to my git repo and committed it to my local branch, but when I try to push it I get an error because it is too big for GitHub. I would like to remove this commit, because all commits behind this one are failing because this one fails.
Here is the error I am getting:
remote: Resolving deltas: 100% (7/7), completed with 4 local objects.
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: 59534b1053878c7acadb3629a9c4883d
remote: error: See http://git.io/iEPt8g for more information.
I tried a git rm
, but of course, that commit can't be pushed either.