grouped write of manifest, lock and vendor: failed to export github.com/zondax/ledger-goclient: fatal: failed to unpack tree object 4296ee5701e945f9b3a7dbe51f402e0b9be57259
then do
cd $GOPATH/src/github.com/cosmos/
rm -rf cosmos-sdk
git clone https://github.com/cosmos/cosmos-sdk
cd cosmos-sdk
git fetch --tags
git checkout v0.24.0
make get_tools && make get_vendor_deps && make install
gaiad unsafe_reset_all
cd go/src/github.com/cosmos/cosmos-sdk
git fetch --tags
rm Gopkg.lock
rm -rf .vendor-new
git checkout v0.24.0
make get_vendor_deps
(if need again = rm Gopkg.lock and rm .vendor_new)
make install
cd
cd .gaiad/config
rm genesis.json
wget -c 'https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8000/genesis.json'
gaiad start
Some people (including block3.community) are getting the error:
~/.gaiad/config$ gaiad unsafe_reset_all Error reading PrivValidator from /cosmos/.gaiad/config/priv_validator.json: json: cannot unmarshal object into Go value of type []uint8