文章版本: Enterprise Server 2.17
从 Git Large File Storage 中删除文件
如果您已设置仓库的 Git LFS,则可以从 Git LFS 中删除所有文件或文件的子集。
删除单个文件
-
使用
filter-branch
命令或 BFG Repo-Cleaner 从仓库的 Git 历史记录中删除文件。 有关使用这些命令或工具的详细信息,请参阅“从仓库中删除敏感数据”。 -
导航到 .gitattributes 文件。
注:您的 .gitattributes 文件通常保存在本地仓库中。 在某些情况下,您可能已创建包含所有 Git LFS 关联的全局 .gitattributes 文件。
-
找到并删除 .gitattributes 文件内关联的 Git LFS 跟踪规则。
-
保存并退出 .gitattributes 文件。
删除 Git LFS 仓库内的所有文件
- 使用
filter-branch
命令或 BFG Repo-Cleaner 从仓库的 Git 历史记录中删除文件。 有关使用这些命令或工具的详细信息,请参阅“从仓库中删除敏感数据”。 - (可选)要卸载仓库中的 Git LFS,请运行:
对于 1.1.0 以下的 Git LFS 版本,运行:$ git lfs uninstall
$ git lfs uninit
仓库中的 Git LFS 对象
从 Git LFS 中删除文件后,Git LFS 对象仍存在于远程存储中。
To remove Git LFS objects from a repository, contact your GitHub Enterprise administrator to archive the objects. 存档的对象将在三个月后清除。
Note: If you removed a single file and have other Git LFS objects that you'd like to keep in your repository, after deleting and recreating your repository, reconfigure your Git LFS-associated files. For more information, see "Removing a single file" and "Configuring Git Large File Storage."