Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone fails due to "This repository is over its data quota." #13

Open
ikwzm opened this issue Jun 1, 2023 · 0 comments
Open

git clone fails due to "This repository is over its data quota." #13

ikwzm opened this issue Jun 1, 2023 · 0 comments

Comments

@ikwzm
Copy link
Owner

ikwzm commented Jun 1, 2023

If you git clone, you may get the following error and fail

" 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/ikwzm/FPGA-SoC-Linux.git/info/lfs'"

This happens when I exceed the LFS bandwidth I have contracted with github.
This repository has many large binary files stored on the LFS.
Therefore, when I clone this repository, it may exceed my bandwidth for a month trying to download these large binary files.

I am retired and have no income, so I cannot increase my bandwidth any further.

If you only want to download the latest version, download only what you need from the following URL

shell$ wget https://github.com/ikwzm/FPGA-SoC-Linux/archive/refs/tags/v2.2.0.tar.gz
--2023-06-02 00:57:26--  https://github.com/ikwzm/FPGA-SoC-Linux/archive/refs/tags/v2.2.0.tar.gz
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/ikwzm/FPGA-SoC-Linux/tar.gz/refs/tags/v2.2.0 [following]
--2023-06-02 00:57:26--  https://codeload.github.com/ikwzm/FPGA-SoC-Linux/tar.gz/refs/tags/v2.2.0
Resolving codeload.github.com (codeload.github.com)... 20.27.177.114
Connecting to codeload.github.com (codeload.github.com)|20.27.177.114|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘v2.2.0.tar.gz’

v2.2.0.tar.gz                  [                               <=>     ] 417.07M  20.4MB/s    in 23s     

2023-06-02 00:57:49 (18.4 MB/s) - ‘v2.2.0.tar.gz’ saved [437329638]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant