文章版本: Enterprise Server 2.17
解决 Git Large File Storage 上传失败
如果 Git LFS 文件上传不正确,您可以采取几个步骤来解决上传错误。
Git LFS 完整性检查可确保推送中所有引用的 Git LFS 文件均已正确上传。 如果检查检测到尚未上传的引用文件,您将收到错误消息,并且您的推送将被阻止。
To resolve the error message, you must reinstall your local Git LFS client to ensure that the referenced Git LFS files can be properly uploaded in the future.
- 打开终端。
- 重新安装 Git LFS。
$ git lfs install
- 推送所有引用的 Git LFS 文件。
$ git lfs push --all origin