Skip to content

Please increase the GitHub LFS limit for this repository #128

@eenagy

Description

@eenagy

Cloning the eth-clients/holesky repository into vendor/holesky fails for (nimbus build) to download metadata/genesis.ssz (206 MB) due to the repository exceeding its Git LFS budget, causing a smudge filter failure.

Error Details

Cloning into 'vendor/holesky'...
remote: Enumerating objects: 775, done.
remote: Counting objects: 100% (296/296), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 775 (delta 278), reused 251 (delta 251), pack-reused 479 (from 2)
Receiving objects: 100% (775/775), 140.74 MiB | 5.35 MiB/s, done.
Resolving deltas: 100% (425/425), done.
Updating files: 100% (51/51), done.
Downloading metadata/genesis.ssz (206 MB)
Error downloading object: metadata/genesis.ssz (d750639): Smudge error: Error downloading metadata/genesis.ssz (d750639607c337bbb192b15c27f447732267bf72d1650180a0e44c2d93a80741): batch response: This repository exceeded its LFS budget.
Errors logged to 'eth-node-nimbus-eth2/25.7.1-1/vendor/holesky/.git/lfs/logs/20250731T120850.316261981.log'.
error: external filter 'git-lfs filter-process' failed
fatal: metadata/genesis.ssz: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.

Steps to Reproduce

  1. Run git clone https://github.com/eth-clients/holesky.git vendor/holesky in the nimbus repository.
  2. Observe the Git LFS error during the clone process.

Request

Increase the Git LFS budget for the eth-clients/holesky repository to allow downloading metadata/genesis.ssz.

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