text2cinemagraph/text2cinemagraph

git: 'lfs' is not a git command

text2cinemagraph opened this issue · 1 comments

Use sudo apt-get install git-lfs to install git-lfs, in case sudo is not allowed, use the following commands,

wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz
tar -xzf git-lfs-linux-amd64-v3.2.0.tar.gz
PATH=$PATH:/<absolute-path>/git-lfs-3.2.0/
git lfs install
git lfs version```

a small type at the tar command (v instead of z)
tar -xvf git-lfs-linux-amd64-v3.2.0.tar.gz