nextstrain / fauna

RethinkDB database to support real-time virus analysis
GNU Affero General Public License v3.0
33 stars 13 forks source link

chateau submodule error #73

Closed jameshadfield closed 6 years ago

jameshadfield commented 6 years ago

branch: master commit: 2f5453b560b99a8194a17c4e0771eafe1f8f8787

$ git submodule update --recursive
Username for 'https://github.com': ***
Password for 'https://***@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/blab/chateau/' not found
Unable to fetch in submodule path 'chateau'
trvrb commented 6 years ago

I think you have to reinitialize submodules. I updated the .gitmodules file: https://github.com/nextstrain/fauna/blob/master/.gitmodules in this commit: 4cfd65630b0a5bd7fbcdbbf1ba7e250977957d5e. I think this is git submodule update --init.

jameshadfield commented 6 years ago

to fix, run:

git submodule sync
git submodule update --init --recursive