December 7th, 2008

Installing git on Ubuntu Hardy

Posted by Antonio Rosado - 8 Comments

We should first remove git if you have installed it from repositories: sudo apt-get remove git git-svn Create a temporary directory on your local folder where you’ll download git. mkdir ~/sources cd sources/ Go to http://git.or.cz/ and download their latest stable version. Currently it’s v1.6.3. wget http://kernel.org/pub/software/scm/git/git-1.6.3.tar.gz Issue the apt-get command to get dependencies, sudo [...]