ikwzm / FPGA-SoC-Linux

FPGA+SoC+Linux+Device Tree Overlay+FPGA Manager U-Boot&Linux Kernel&Debian11 Images (for Xilinx:Zynq-Zybo:PYNQ-Z1 Altera:de0-nano-soc:de10-nano)
158 stars 57 forks source link

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

Open ikwzm opened 1 year ago

ikwzm commented 1 year ago

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]