Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不小心将 (git add *) 一个大文件 (200+ MB) 添加到了 git 存储库。我提交更改并推送它。
当我尝试对其他副本进行更改时,花费的时间太长了。我取消了拉取,删除了文件(git rm 文件),提交并再次推送。但是拉动其他工作副本仍然需要很长时间。
那么,如何从主仓库中完全删除它呢?
该对象仍在存储库中,并且远程在拉取时正在尝试下载该对象。
github 上的这个配方应该有助于从 repo 的历史记录中删除该对象。