Skip to content

Instantly share code, notes, and snippets.

View suraj-adewale's full-sized avatar
😇
I am available

Suraj Sadeeq suraj-adewale

😇
I am available
View GitHub Profile
@suraj-adewale
suraj-adewale / git-lfs-install.md
Created February 10, 2025 21:25 — forked from pourmand1376/git-lfs-install.md
Single User Installation of Git-LFS without sudo

I wanted to install GIT-Lfs on my user account without access to server root account. I write this to my future self.

  1. Download tar.gz file from git-lfs website.
wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz

2.Untar it

tar xvf git-lfs-linux-amd64-v3.2.0.tar.gz