Remoto: Erro: GH001: Arquivos grandes detectados. Você pode experimentar o Git Large Arquive Storage - https://git-lfs.github.com.
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