欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

centos上git的安装 博客分类: centos安装yumgitinstall CentOSGit安装installyum

程序员文章站 2024-02-13 19:20:04
...
//下载最新的git源码
wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gz
//解压git-latest.tar.gz
tar -zxvf git-latest.tar.gz
//yum 安装autoconf
yum install autoconf
//执行antoconf
autoconf
./configure
make
make install