Git: 'Lfs' Is Not a Git Command Unclear
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...
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: