centos7安装git-lfs

1、下载安装包上传到服务器

https://github.com/git-lfs/git-lfs/releases

2、选择版本下载

 3、上传服务器并解压

tar -zxvf git-lfs-linux-amd64-v2.9.0.tar.gz

4、安装

sudo ./install.sh
原文地址:https://www.cnblogs.com/xxdebug/p/14142324.html