rsa2elk icon indicating copy to clipboard operation
rsa2elk copied to clipboard

Git LFS Account over data quota

Open robrankin opened this issue 4 years ago • 6 comments

Getting the following error when cloning the repo:

Error downloading object: devices/accurev/accurevmsg.xml (d1203a9): Smudge error: Error downloading devices/accurev/accurevmsg.xml (d1203a9edc148fa276c6e74fc169980fa80ab06a6c794b5f185120aa81f47654): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

robrankin avatar Aug 20 '20 05:08 robrankin

@blookot In case you've not seen this?

robrankin avatar Sep 10 '20 10:09 robrankin

Hi @robrankin sorry for the latency, should be solved now, if you can confirm? Thanks Vincent

blookot avatar Sep 10 '20 11:09 blookot

Hi @robrankin sorry for the latency, should be solved now, if you can confirm?

No problem @blookot , I'm still seeing the error though.

I guess this might be the original RSA account causing the problem?

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

robrankin avatar Sep 10 '20 12:09 robrankin

@blookot Still over quota, cant clone or use this.

robrankin avatar Nov 29 '20 19:11 robrankin

Still the same. The devices and latestout are comming with content like

version https://git-lfs.github.com/spec/v1 oid sha256:afc987365ab8c76c197da3bb42312b2cd057ce1a777d391b28594b7053514cd4 size 4431462

Even the zip downloaded from github.

KhaoticMind avatar Mar 31 '21 13:03 KhaoticMind

For those interested, it appears the culprid for the problema was commit 4f1ea81fd028f317b5eef7593c1e7ec89d428b2b. After that all files were there (even some base files like input/output.conf and the filter*.conf).

Reverting to commit 3ce2e9464892bca487d3ee2fc0090f04bdfffaca solve the issues (git checkout -f 3ce2e9464892bca487d3ee2fc0090f04bdfffaca).

For what I've seen the commits after that aren't "essential"...

KhaoticMind avatar Apr 01 '21 11:04 KhaoticMind