Every time I enter in my command window
git lfs install
the message I get is git: 'lfs' is not a git command. See 'git --help'.
I tried looking up for a solution, but none of the answers were clear. Can someone explain clear how to fix this?
7 Answers
It looks like you haven't downloaded git-lfs on your machine, so git lfs install isn't a registered command by git.
Install git-lfs as outlined below: