Skip to content

Multiple Git LFS Objects Missing on Server Resulting in 404 Errors #9

@VincentDebug

Description

@VincentDebug

Description

When attempting to clone the repository using Git LFS, I encountered multiple 404 errors indicating that several LFS objects are missing from the server. This issue prevents successful cloning and access to LFS-tracked files, impacting the usability of the repository.

Errors Encountered

Here is a list of some of the specific 404 error messages I received, which suggest that the corresponding objects do not exist on the server:

  • [65577ea9163530e48383fac0740ce43592c2e631dc30d75ab8f72444fa1bb6d6] Object does not exist on the server: [404] Object does not exist on the server
  • [b1e12cd88f70bbd19c750574baf8636f94970491c5613341e76a13b3e0f701a7] Object does not exist on the server: [404] Object does not exist on the server
  • (Include other similar error messages)

Steps to Reproduce

  1. Run git clone https://github.com/Dapp-Learning-DAO/Dapp-Learning-Arsenal.git
  2. The errors occur as the cloning process attempts to fetch LFS objects.

Expected Behavior

The cloning process should complete without errors, and all Git LFS objects should be fetched successfully from the server.

Possible Solutions

  • Ensure that all necessary LFS objects are properly uploaded to the server.
  • Verify the LFS configuration and ensure that the .gitattributes file is correctly tracking the required file types.
  • Check for any potential misconfigurations or issues on the server that could be preventing access to these objects.

Additional Information

  • Git LFS version: git-lfs/3.5.1
  • Git version: git version 2.39.3

I am looking forward to a resolution that will restore full functionality to the repository. Thank you for addressing this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions