1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/github/managing-large-files/versioning-large-files/resolving-git-large-file-storage-upload-failures.md
2021-06-24 11:02:53 -07:00

1.3 KiB

title, intro, redirect_from, versions, shortTitle
title intro redirect_from versions shortTitle
Resolving Git Large File Storage upload failures If your {% data variables.large_files.product_name_short %} files didn't upload properly, you can take several steps to troubleshoot the upload error.
/articles/resolving-git-large-file-storage-upload-failures
/github/managing-large-files/resolving-git-large-file-storage-upload-failures
fpt ghes ghae
* * *
Resolve upload failures

The {% data variables.large_files.product_name_short %} integrity check ensures that all referenced {% data variables.large_files.product_name_short %} files in a push have been uploaded properly. If the check detects referenced files that have not been uploaded, you will receive an error message and your push will be blocked.

To resolve the error message, you must reinstall your local {% data variables.large_files.product_name_short %} client to ensure that the referenced {% data variables.large_files.product_name_short %} files can be properly uploaded in the future.

  1. Open Terminal.
  2. Reinstall {% data variables.large_files.product_name_short %}.
$ git lfs install
  1. Push all referenced {% data variables.large_files.product_name_short %} files.
$ git lfs push --all origin