Git Download
- Download the Git installer for Windows from https://git-scm.com.
- Open the installer and follow the installation instructions
- During the installation, make sure to include Git LFS (Large File Support)
-
Open a Terminal
-
(Optional, if homebrew is not yet installed:) Install the package manager homebrew via
Terminal window /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Install Git via homebrew with
Terminal window brew install git -
Install Git LFS via homebrew with
Terminal window brew install git-lfs -
Initialize Git LFS via
Terminal window git lfs install
-
Open a Terminal
-
Update the package manager apt via
Terminal window sudo apt update -
Install Git via apt with
Terminal window sudo apt-get install git -
Install Git LFS via apt with
Terminal window sudo apt-get install git-lfs -
Initialize Git LFS via
Terminal window git lfs install