Few libraries need to be installed prior to the instalation of Git
sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
Next, following command will install Git
apt-get install git
Do a git clone to check whether the installation is successful.
git clone url
E.g: git clone git://git.kernel.org/pub/scm/git/git.git
No comments:
Post a Comment