摘要:
centos 7.9 自带 git 版本太旧(1.8),可以使用 yum 方式安装新版本。 升级方式如下: yum install epel-release yum remove git rpm -U http://opensource.wandisco.com/centos/7/git/x86_6 阅读全文
posted @ 2022-07-13 10:34
leffss
阅读(1972)
评论(0)
推荐(1)
摘要:
centos7.9 自带的 git 版本太旧(1.8),需要升级 安装 git 插件 asdf plugin-add git https://github.com/john-cai/asdf-git.git 安装依赖 yum install autoconf curl expat gcc make 阅读全文
posted @ 2022-07-13 09:50
leffss
阅读(308)
评论(0)
推荐(0)