Installing Git on Dreamhost
UPDATE: Just go check this out: http://wiki.dreamhost.com/Git
Most of this is taken from this post.
However, that post had an error (for my account) so I did the following:
Make sure you replace <
$mkdir ~/src
$ cd ~/src
$ wget http://www.kernel.org/pub/software/scm/git/git-0.7.tar.gz
$ tar xzf git-1.5.4.rc4.tar.gz
$ cd git-1.5.4.rc.tar.gz
$ ./configure –prefix=/home/<
$ make
$ make install
$ git –version
That should return:
git version 1.5.4.rc4
And then you have git on that machine.
-
http://elementfusion.com Matt Sanders
-
Tom Davies
-
Doug Hall
-
Doug Hall
-
mike
-
Al W.
-
http://www.timgriffin.com/ Tim Griffin
-
Faraaz Khan
-
Anonymous
