less than 1 minute read

Method

Installing git LFS in linux is three line command. Here the commands

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install git-lfs
git lfs install

Categories: ,

Updated:

Comments