Apolloのビルド 2

昨日に続いて、Apolloのビルドにトライしていきます。

Git LFSインストール前は上手くいかなかった、以下コマンドを試す。

$ bash docker/scripts/dev_start.sh

すると、以下メッセージが。

You need to install and run git-lfs when working with apollo.
New versions of git manage it automotically, but old versions may
need to run `git lfs clone` and `git lfs pull`.

とりあえず、「git lfs clone」を打ってみる。

$ git lfs clone
WARNING: 'git lfs clone' is deprecated and will not be updated
          with new flags from 'git clone'

'git clone' has been updated in upstream Git to have comparable
speeds to 'git lfs clone'.
fatal: You must specify a repository to clone.
…

「git clone」済みなので、動かないのか。それともcloneなので、再度URLを指定する必要があるのか。 とりあえず、「git lfs pull」を打ったら色々とダウンロードが始まった。 続きはまた明日。