How to download and setup git-lfs
Open terminal and run command
git clone https://github.com/git-lfs/git-lfs.git
git clone is used to create a copy or clone of git-lfs repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with git-lfs https://github.com/git-lfs/git-lfs/archive/master.zip
Or simply clone git-lfs with SSH
[email protected]:git-lfs/git-lfs.git