高哲技术博客 高哲技术博客
首页
编程
爬虫
运维
硬件
收藏
归档
关于

嘉美伯爵

前途光明,无需畏惧
首页
编程
爬虫
运维
硬件
收藏
归档
关于
  • 方案

  • 数据库

  • 虚拟化

  • 自动化部署

  • 中间件

  • 可观测

  • 操作系统

    • linux系统命令汇总
    • linux安装包错误汇总
    • ubuntu安装需要注意的地方
    • brew常见问题归纳
    • centos7修改源遇到的问题
    • centos c++环境配置
    • centos 虚拟机内核升级
    • GLIBCXX环境配置
    • centos git lfs安装方案
      • 升级/安装git
      • lfs
      • 参考
  • 运维
  • 操作系统
fovegage
2023-08-22
目录

centos git lfs安装方案

# 升级/安装git

# 更新库
yum install \
https://repo.ius.io/ius-release-el7.rpm \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# 安装
yum remove git
yum install git236
git --version
1
2
3
4
5
6
7
8
9

# lfs

# git lfs 要求 git >= 1.8.2
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
sudo yum install git-lfs
git lfs install
1
2
3
4

# 参考

  • Centos7安装最新版本git (opens new window)
  • git lfs安装及使用方法 (opens new window)
上次更新: 2023-09-07 10:57:55
GLIBCXX环境配置

← GLIBCXX环境配置

最近更新
01
token embed和postion embed
06-10
02
k8s pod日志排查问题
10-24
03
golang内部私服建设方案
10-21
更多文章>
Theme by Vdoing | Copyright © 2018-2025 嘉美伯爵 | 鲁ICP备20001560号-4
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式