MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on February 16, 2015, 03:33:53 PM

Title: How to install git command on cPanel server?
Post by: Dipak Bhoi on February 16, 2015, 03:33:53 PM
Hello Guys,

If you wish to install git command on your server then run below command if you have a centos 6.x installed on the server.

Quote#yum install git-core

Run below command, if Ubuntu installed on the server.

Quote#apt-get install git-core

Successfull installation will give a output like as below:

QuoteInstalled:
  git.x86_64 0:1.7.1-3.el6_4.1

Dependency Installed:
  perl-Error.noarch 1:0.17015-4.el6                                                  perl-Git.noarch 0:1.7.1-3.el6_4.1

Complete!

That's it. Enjoy !! :)