Client Setup
The Git command line extension for LFS for different operating systems can be downloaded from
https://git-lfs.github.com/.
Linux
On the various Linux distributions you will need to install the following packages for the command line git client with the LFS extension:
Windows
For Windows the recommended client is
Git for Windows. The
basic Git command line utilities are also a viable option. After installing the
LFS extension both works with LFS.
macOS
On macOS you can get Git to work in a terminal by installing the
Git command line utilities and the
LFS extension.
Afterwards make sure the file /opt/local/etc/gitconfig exists with the following content
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
Other GUI Clients
The following clients are also known to work with LFS and are available across multiple platforms: