Centos6下安装高版本Git
摘要:
yum install curl-develyum remove git tar zxvf git-2.9.2.tar.gz mv git-2.9.2 /usr/src/ cd /usr/src/ cd git-2.9.2/ make configure whereis autoconf yum i 阅读全文
posted @ 2016-10-27 21:02 Milton 阅读(948) 评论(0) 推荐(0) 编辑