eth-clients / holesky

the holesovice post-merge testnet configuration.
Do What The F*ck You Want To Public License
317 stars 103 forks source link

Git LFS quota exceeded #74

Closed michaelsproul closed 1 year ago

michaelsproul commented 1 year ago

I'd like to test #73 with Lighthouse but I can't check it out due to a Git LFS quota error:

$ git lfs fetch
fetch: Fetching reference refs/heads/main
batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.                                                         
error: failed to fetch some objects from 'https://github.com/eth-clients/holesky.git/info/lfs'

I can't reset or checkout until this is fixed:

$ git checkout bbusa/remove-extraData
error: The following untracked working tree files would be overwritten by checkout:
    .github/workflows/generate-funding-list.yml
    .gitignore
    LICENSE.txt
    README.md
    SETUP.md
    assets/goerli.png
    assets/holesovice.png
    assets/ropsten.png
    assets/sepolia.png
    custom_config_data/besu.json
    custom_config_data/boot_enr.txt
    custom_config_data/bootstrap_nodes.txt
    custom_config_data/chainspec.json
    custom_config_data/config.yaml
    custom_config_data/deploy_block.txt
    custom_config_data/deposit_contract.txt
    custom_config_data/deposit_contract_block.txt
    custom_config_data/deposit_contract_block_hash.txt
    custom_config_data/enodes.txt
    custom_config_data/genesis.json
    custom_config_data/genesis.ssz
    custom_config_data/parsedBeaconState.json
    fund-distribution/funding-list.txt
    fund-distribution/genesis-alloc.json
    public-keys/.gitattributes
    public-keys/Google-Cloud-Web3.txt
    public-keys/arnetheduck.txt
    public-keys/attestant.txt
    public-keys/chainbase.txt
    public-keys/chainstack.txt
    public-keys/consensys_teku.txt
    public-keys/cryptomanufaktur.txt
    public-keys/ef_devops.txt
    public-keys/ef_security_research.txt
    public-keys/erigon.txt
    public-keys/ethstaker.txt
    public-keys/goerli-afri.txt
    public-keys/grandine.txt
    public-keys/hyperledger_besu.txt
    public-keys/kiln.txt
    public-keys/lighthouse.txt
    public-keys/lodestar.txt
    public-keys/nethermind.txt
    public-keys/nimbus.txt
    public-keys/p2p.org.txt
    public-keys/protolambda.txt
    public-keys/prysm.txt
    public-keys/ralexstokes.txt
    public-keys/rockawayx.txt
    public-keys/rocket_pool.txt
    public-keys/rockx.txt
    public-keys/stakely.txt
Please move or remove them before you switch branches.
Aborting
$ git reset --hard HEAD
Updating files: 100% (53/53), done.
Downloading public-keys/all.txt (240 MB)
Error downloading object: public-keys/all.txt (ba977b5): Smudge error: Error downloading public-keys/all.txt (ba977b5b1da180914c934623fce187860e1b54cff939e6208533b2cb5f589e07): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to '/home/michael/Programming/holesky/.git/lfs/logs/20230918T124728.573272339.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: public-keys/all.txt: smudge filter lfs failed
parithosh commented 1 year ago

We're looking into this. I think there's little we can do besides pay for the service and move ahead - happy to hear other ideas of course.

parithosh commented 1 year ago

The issue should now be fixed @michaelsproul :

git lfs pull                                                                                                           
Downloading LFS objects:   0% (0/3), 340 MB | 6.5 MB/s 

Please give it another shot and close the issue if fixed

prestonvanloon commented 1 year ago

It is working for me. Thanks!

arnetheduck commented 1 year ago

There's always https://stackoverflow.com/questions/42019529/how-to-clone-pull-a-git-repository-ignoring-lfs - it's not like we really need these massive files...