blog icon indicating copy to clipboard operation
blog copied to clipboard

centos 编译安装最新版 Git - overtrue

Open overtrue opened this issue 7 years ago • 1 comments

https://overtrue.me/articles/2015/05/install-latest-git-on-centos.html

安装依赖包 yum -y install zlib-devel curl-devel openssl-devel perl cpio expat-devel gettext-devel openssl zlib autoconf tk perl-ExtUtils-MakeMaker 获取最新版 Git 源码包 从 https://github.com/git/git/releases 下载最新版的 zip 包或者 tar.gz 并解压: 以 tar.gz 格式为例(在网页的 tar.gz 上右键复制下载链接即可): wget https://github.com/git/git/arch...

overtrue avatar Apr 30 '18 13:04 overtrue

test

gqzdev avatar May 25 '18 14:05 gqzdev