发布时间:2013-06-10 13:02:17
Article ID: 1272Last updated on February 13, 2013Authored by: Rackspace Support(45 Comments)How to install RHEL EPEL repository on Centos 5.x or 6.xThe following article will describe how to configure a CentOS 5.x-based or Centos .........【阅读全文】
发布时间:2013-06-10 12:53:25
创建一个git用户: useradd gitpasswd git创建git仓库: su - git mkdir project git init --bare 然后就可以从本地clone了 git clone ssh://git@10.5.0.170/projec......【阅读全文】
发布时间:2013-06-10 12:36:06
linux安装git(ubuntu, redhat)ubuntu很简单sudo apt-get install git-coreredhat要下载后手动编译安装首先要确保安装了curlyum install curl下载并编译安装wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gztar xzvf git-latest.tar.gzcd gi.........【阅读全文】