git 大文本上传和下载git-lfs

1. ubuntu

1)下载脚本来自动化配置系统上的包存储库,导入签名密钥等过程。这些脚本必须在root下运行。

BASH 复制代码
# apt/deb repos: 
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
# curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash

2)安装git-lfs

BASH 复制代码
#apt/deb: 
sudo apt-get install git-lfs 
# apt-get install git-lfs

2. centos

1)下载脚本来自动化配置系统上的包存储库,导入签名密钥等过程。这些脚本必须在root下运行。

BASH 复制代码
#yum/rpm repos:
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
#curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | bash

2)安装git-lfs

BASH 复制代码
#yum/rpm: 
sudo yum install git-lfs
#yum install git-lfs

参考链接:https://github.com/git-lfs/git-lfs/blob/main/INSTALLING.md

相关推荐
技术与健康1 小时前
企业使用Excel开展数据分析限制和建议完整版
经验分享
uhakadotcom7 小时前
归因工具:了解国内外顶级产品
算法·面试·github
qianmoQ7 小时前
GitHub 趋势日报 (2025年04月07日)
github
uhakadotcom8 小时前
了解Dapr:构建分布式应用的强大工具
后端·面试·github
uhakadotcom8 小时前
Kibana:数据分析和可视化的强大工具
后端·面试·github
uhakadotcom8 小时前
Grafana:数据可视化和监控平台的强大工具
后端·面试·github
uhakadotcom8 小时前
Unity 中使用 Python 脚本:简明指南
面试·架构·github
小峰编程10 小时前
谈Linux之磁盘管理——万字详解
linux·运维·服务器·经验分享·笔记·centos·运维开发
tokepson10 小时前
GPT-SoVITS Windows 配置与推理笔记(自用)
windows·ai·github
小草cys11 小时前
github发布个人中英文简历网站CaoYongshengcys.github.io
github·cv·个人简历