# My recommendetion: Remove big files using BFG: $ brew install bfg $ bfg --strip-blobs-bigger-than 50M $ git reflog expire --expire=now --all && git gc --prune=now --aggressive ($ git push)