Pkg with LFS git extension

Hi, I’ve encountered problems with using LFS git extension when dev-ing package on Julia 1.0. is the large file extension supported by libgit2? is there any advice how to set-up it properly, or the general advice is to not use this feature at all? Thank’s a lot.

You can just use normal git to check something out and then when you dev it, Pkg will just use the already-checked-our version.

Yeah, I though this will be the the right answer. Actually, the easy way is to not use LFS in Julia packages.
What is the mechanism the BinaryBuilder uses to store binary dependencies on github? This might be also an option for my usecase.