CentOS下安装Git 详细教程
CentOS中yum里没有Git,需要手动安装。首先需要安装git的依赖包
[sws_code language="html"] [/sws_code]
下载最新的git包
[sws_code language="html"] [/sws_code]
验证是否安装成功:检查安装的版本
[sws_code language="html"] [/sws_code]
经朋友提示,在检查完以上依赖包后,还有可能出现一种错误,如下所示:
[sws_code language="html"] [/sws_code]
提示是perl的问题,使用yum search perl-devel查出一些包。
[sws_code language="html"] [/sws_code]
继续make | make install。 成功!
查看完整版本: CentOS下安装Git 详细教程
Tags: