Build a GIT server under RHEL

Source: Internet
Author: User
Git needs to call the code of libraries such as curl, zlib, openssl, expat, and libiconv. Therefore, install these dependency tools first. # Yuminstallcurl-develexpat-develgettext-developenssl-develzlib-devel: download the latest source code from the website http://git-scm.com/downloadand decompress it for installation. # Tar-zxf

Git needs to call the code of libraries such as curl, zlib, openssl, expat, and libiconv. Therefore, install these dependency tools first.

# Yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel

Download the latest source code from http://git-scm.com/downloadand decompress and install the code.

# Tar-zxf git-2012-01-11.tar.gz

# Cd git-2012-01-11

# Make prefix =/usr/local all

# Make prefix =/usr/local install

About Git http://www.linuxidc.com/Linux/2012-01/52311.htm

Now you can use GIT under RHEL.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.