📅  最后修改于: 2022-03-11 14:50:41.462000             🧑  作者: Mango
# 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)