Remote: Fehler: GH001: Große Dateien erkannt. Möglicherweise möchten Sie Git Large Dateispeicher - https://git-lfs.github.com probieren.
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch <path of the file>'
or if you have a large file you want to delete use
git stash
git stash apply
Real Raccoon