mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-13 22:49:05 +02:00
Every time I try to update lnd by following these instructions it fails. Most recently like this: $ make Compiling dependencies. dep ensure -v # Bringing vendor into sync grouped write of manifest, lock and vendor: failed to export github.com/lightninglabs/neutrino: fatal: failed to unpack tree object 838f7ba74d217d188efc223604bd280b4e3f0238 : exit status 128 Makefile:116: recipe for target 'dep' failed make: *** [dep] Error 1 I found that if I `make clean` before running `make` then it doesn't fail.