Ask Your Question
2

Despite successfully uploading LFS objects, why is Git Large File Storage not pushing to the repository?

asked 2023-07-17 19:41:45 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-17 19:45:02 +0000

scrum gravatar image

There could be a few different reasons why Git Large File Storage (LFS) is not pushing to the repository, including:

  1. Authentication issues: If you have not properly authenticated with your Git LFS provider, then Git LFS will not be able to push the large files to the repository. Make sure you have the correct credentials and have configured Git LFS to use them.

  2. Network connectivity problems: If you have a poor internet connection, this could be preventing Git LFS from pushing the files to the repository. Check your network settings and try pushing again when you have a stronger connection.

  3. Incorrect repository configuration: It's possible that the repository itself is not properly configured to support Git LFS. Make sure that the repository has been configured to use Git LFS and that the necessary settings are in place.

  4. File size limitations: Some Git LFS providers may have limits on the size of files that can be uploaded. If you're trying to push a file that is larger than the provider's limit, this could be causing the push to fail.

  5. Permission issues: Make sure that you have the necessary permissions to push to the repository. If you're not an authorized user, this could be preventing Git LFS from pushing the files to the repository.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-17 19:41:45 +0000

Seen: 13 times

Last updated: Jul 17 '23