答案 0 :(得分:0)
首先,您可以使用new git filter-repo
的will replace the old git filter-branch
or BFG。
剥离大/大文件很容易
git filter-repo --strip-blobs-bigger-than 10M
第二,git filter-branch
/ git filter-repo
是本地操作:您仍然需要强制向GitLab推送(git push --force --mirror),以使镜像操作反映新的存储库状态(一个没有大文件的状态)