[bisq-network/bisq] Can't build from souce, error on "git lfs" (#4399)

Florian Reimair notifications at github.com
Wed Aug 19 06:00:51 UTC 2020


yeah, since we switched over to git lfs for the massive binary files, the source tarball created by github does not work anymore (because it does not include the binaries). Came as a surprise to us as well.

Use git's shallow clone features instead:

`git clone --depth 1 https://github.com/bisq-network/bisq.git`

if you do a `git lfs install` once, then there is no need to use `git lfs pull` anymore.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/4399#issuecomment-675869584
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200818/00d5f2c4/attachment-0001.html>


More information about the bisq-github mailing list