Home Development Tools git How to use centos to build a Git distributed management control system

How to use centos to build a Git distributed management control system

Jul 14, 2021 pm 04:28 PM
git

Git is an open source distributed version control system, used to effectively and quickly handle version management of projects from small to very large. Today, the editor will introduce it to you. You can refer to it if you need it.

How to use centos to build a Git distributed management control system

Installation steps:

Operating system: centos 5.5

Install GIT dependencies Package

  • yum install zlib-devel

  • yum install openssl-devel

  • ##yum install perl

  • yum install cpio

  • yum install expat-devel

  • yum install gettext-devel

  • yum install autoconf

Install curl

Install cURL

# wget http://curl.haxx.se/download/curl-7.17.1.tar.gz

# tar zxvf curl-7.17.1.tar.gz //Unzip

# cd curl-7.17.1

# ./configure --prefix=/usr/local/curl

# make

# make install

Modify ld.so.conf Add /usr/local/lib

vi /etc/ld.so.conf Add /usr/local/lib

Run idconfig

/sbin/ldconfig

Install Git

wget http://www.codemonkey.org.uk/projects/git -snapshots/git/git-latest.tar.gz

tar xzvf git-latest.tar.gz

cd git-2011-10-08

autoconf

./configure --with-curl=/usr/local/curl

make

make install

************ ***************************Installation ok

Test:

Terminal input#git

How to use centos to build a Git distributed management control system

The relevant parameters and instructions are still very complete

Using and building version control:

You can refer to:

http://blog.haohtml.com/wp-content/uploads/2011/04/git-tut.pdf

http://www.linuxsir.org/main/doc/git/ gittutorcn.htm

Or download the "git build" document

Recommended (free):Git

The above is the detailed content of How to use centos to build a Git distributed management control system. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What should I do if the real-time subtitle translation in Potplayer does not work when I select Google? What should I do if the real-time subtitle translation in Potplayer does not work when I select Google? May 09, 2024 pm 06:49 PM

What should I do if the real-time subtitle translation in Potplayer does not work when I select Google?

How to install deepseek How to install deepseek Feb 19, 2025 pm 05:48 PM

How to install deepseek

Summary of FAQs for DeepSeek usage Summary of FAQs for DeepSeek usage Feb 19, 2025 pm 03:45 PM

Summary of FAQs for DeepSeek usage

How to register for LBank Exchange? How to register for LBank Exchange? Aug 21, 2024 pm 02:20 PM

How to register for LBank Exchange?

What are the AI ​​tools? What are the AI ​​tools? Nov 29, 2024 am 11:11 AM

What are the AI ​​tools?

PHP Git practice: How to use Git to improve code quality and team efficiency? PHP Git practice: How to use Git to improve code quality and team efficiency? Jun 03, 2024 pm 12:43 PM

PHP Git practice: How to use Git to improve code quality and team efficiency?

How much margin is needed for Huobi futures contracts to avoid liquidation? How much margin is needed for Huobi futures contracts to avoid liquidation? Jul 02, 2024 am 11:17 AM

How much margin is needed for Huobi futures contracts to avoid liquidation?

Delphi Digital: How to change the new AI economy by parsing the new ElizaOS v2 architecture? Delphi Digital: How to change the new AI economy by parsing the new ElizaOS v2 architecture? Mar 04, 2025 pm 07:00 PM

Delphi Digital: How to change the new AI economy by parsing the new ElizaOS v2 architecture?

See all articles