Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

背景为什么git提交中会有大文件? 一般而言我们只会把代码放到git仓库,比较大 的可执行文件用其他方式保存,但是有时候因为疏忽把编译好的文件也给commit了,这时候这些文件就会像狗皮膏药一样粘在git上,pull/clone的时候反作用给你。 使用 git filter-repo 删除历史中的大文件删除指定的大文件假设你知道要删除的文件路径,例如 largefile.zip,可...