LFS storage exceeded its budget

I cannot clone the GitHub repositories that have LFS storage attached to them.

$ git clone https://github.com/khadas/android_device_khadas.git
$ git checkout khadas-vim4-r-64bit 
Updating files: 100% (2733/2733), done.
Downloading kvim4/preinstall/Chrome.apk (221 MB)
Error downloading object: kvim4/preinstall/Chrome.apk (6c4d026): Smudge error: Error downloading kvim4/preinstall/Chrome.apk (6c4d0269d4b2270ab5799ea0281692ead07105e737f4faf5f02ae2514c16f5bc): batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.

Old reference:

@xavier ,
The large file repository has been migrated to the Khadas Git repository.

(1) You can download it via the following link:

https://git.khadas.com/
git clone https://git.khadas.com/android_device_khadas.git

(2) Update the Android manifest repository and resync:

https://github.com/khadas/android_manifest/blob/khadas-vim4-r-64bit/default.xml

Thanks!

I see that in the android_manifest repo on GitHub the other LFS connected repositories have also moved to the gitkhadas remote.

This change makes it impossible to clone Android from older android_manifest hashes without manually adding the missing LFS objects (or patching the manifest). It’s ok, atleast I know now.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.