To handle large video files in this repository, follow these steps to set up Git LFS on your Linux machine:
-
Install Git LFS:
For Debian-based systems (e.g., Ubuntu), run:
sudo apt-get install git-lfs
For other distributions, see the Git LFS installation guide.
-
Initialize Git LFS: In your cloned repository's directory, run:
git lfs install
-
Pull LFS Files: Download the large files with:
git lfs pull