How to install git-lfs/git-lfs. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
git-lfs/git-lfs Installation Guide
How to install git-lfs/git-lfs. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for git-lfs/git-lfs. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i git-lfs/git-lfsor
Install via npx
npx @hexmos/ipm i git-lfs/git-lfsPrerequisites
Go
languageVersion: 1.18.0 or later
GNU Make
build_toolVersion: 4.2.1 or later
Git
system_toolVersion: 2.30.1 or later
curl
system_toolVersion: 7.64.0 or later
Homebrew
package_managerVersion: 2.8.1 or later
Chocolatey
package_managerVersion: 2023.10.0 or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Binary Package Installation
curl -L https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-linux-amd64-v2.10.0.tar.gz | tar -Ozxf - Homebrew Installation
brew install git-lfsGlobal Configuration
git lfs installTrack PSD Files
git lfs track *.psdCommit Changes
git add .gitattributes
git commit -m "track *.psd files using Git LFS"Migrate Existing Files
git lfs migrate import --include="*.psd" --everythingPost Installation Steps
- Start the server: `./start.sh` (or your equivalent command)
- Run migrations: `python manage.py makemigrations && python manage.py migrate`
