Mr-MIBonk / M.I.B._More-Incredible-Bash

M.I.B. - More Incredible Bash - The Army knife for Harman MIB 2.x aka MHI2(Q) units
GNU General Public License v2.0
469 stars 53 forks source link

Can't download LFS files #11

Closed kusmierz closed 2 years ago

kusmierz commented 2 years ago

I can't pull any LFS file, as git clone raises an error: Smudge error: Error downloading 2022_03_MHI2_Password_List_V3.9.pdf:

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
harman-f commented 2 years ago

This has to do with our (not optimal) git setup.

We had issues with github changing EOL on binary files and listed them as LFS to "protect" them. Now we have this bandwith issue.

See .gitattributes

If you have an idea for a better config, you are welcome ;)

kusmierz commented 2 years ago

@harman-f have a look at #12, I copied files from https://mib.mibsolution.one/ and turned off LFS in .gitattributes. For such small files it should be good enough anyway.