2013年2月17日 星期日

RHEL install Git

wget http://git-core.googlecode.com/files/git-1.8.1.3.tar.gz
tar xvsf git-*.gz  
yum install gcc
yum install zlib-devel
./configure
make
make install
vi ~/.wgetrc
.wgetrc 內容

    http_proxy = http://proxy.hinet.net:80/
    use_proxy = on
    wait = 15

沒有留言:

張貼留言