git lfs clone
essentially runs the following sequence of commands (see #1973):
$ GIT_LFS_SKIP_SMUDGE=1 git clone git@something.something.git
$ cd something
$ git lfs pull
Notice, git lfs clone
has been deprecated since Git LFS 2.3.0 (see #2526). Simply, use git clone
.