将仓库中的文件移至 Git Large File Storage
如果设置 Git LFS,并且仓库中具有需要在 Git LFS 中跟踪的文件,则需要先将其从仓库中删除。
After installing Git LFS and configuring Git LFS tracking, you can move files from Git's regular tracking to Git LFS. For more information, see "Installing Git Large File Storage" and "Configuring Git Large File Storage."
如果有引用的 Git LFS 文件未成功上传,您将收到一条错误消息。 更多信息请参阅“解决 Git Large File Storage 上传失败”。
Tip: 如果在尝试推送文件到 Git 时收到错误“这超过 Git LFS 的文件限制 100 MB”,您可以使用 git lfs migrate
而不使用 filter branch
或 BFG Repo Cleaner,以将大文件移至 Git Large File Storage。 有关 git lfs migrate
命令的更多信息,请参阅 Git LFS 2.2.0 发行公告。
- 使用
filter-branch
命令或 BFG Repo-Cleaner 从仓库的 Git 历史记录中删除文件。 有关使用这些命令或工具的详细信息,请参阅“从仓库中删除敏感数据”。 - 配置文件跟踪并将其推送到 Git LFS。 有关此程序的更多信息,请参阅“配置 Git Large File Storage”。