日期:2014-05-16  浏览次数:20664 次

Linux下GIT安装
centOS下GIT安装步骤如下:

1。运行 rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
2。 yum -y install git


下载库文件:git clone ssh://beyond1982@git.code.sf.net/p/agilenotes/code agilenotes-code
更新git源代码:git pull

参见:http://blog.csdn.net/clariones/article/details/7666045