Skip to content

Instantly share code, notes, and snippets.

@daurrutia
Last active August 13, 2020 19:54
Show Gist options
  • Save daurrutia/8fed228afd6329f986fc76caf065f3cc to your computer and use it in GitHub Desktop.
Save daurrutia/8fed228afd6329f986fc76caf065f3cc to your computer and use it in GitHub Desktop.
Install Git LFS on Fedora Remix for WSL

Install Git LFS on Fedora Remix for WSL

Based on https://github.com/git-lfs/git-lfs/wiki/Installation#rhelcentos

Obtain distribution [number]

cat /etc/os-release

Install git-lfs repo

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo "os=fedora" "dist=31" bash

Install the RPM

sudo yum install git-lfs

Install for all your git repo use or don't

git lfs install

Author Info

David Urrutia 2020-08-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment