How to use centos to build a Git distributed management control system
Jul 14, 2021 pm 04:28 PMGit 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.
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 installModify ld.so.conf Add /usr/local/lib
vi /etc/ld.so.conf Add /usr/local/libRun idconfig
/sbin/ldconfigInstall Git
wget http://www.codemonkey.org.uk/projects/git -snapshots/git/git-latest.tar.gztar xzvf git-latest.tar.gz cd git-2011-10-08autoconf./configure --with-curl=/usr/local/curl make make install************ ***************************Installation okTest:Terminal input#git
Using and building version control:
You can refer to:http://blog.haohtml.com/wp-content/uploads/2011/04/git-tut.pdfhttp://www.linuxsir.org/main/doc/git/ gittutorcn.htmOr download the "git build" document
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!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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

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?

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