Created
December 19, 2008 09:58
-
-
Save jcf/37937 to your computer and use it in GitHub Desktop.
Download and install git from source (you can just copy and paste it all in to Terminal)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION='1.6.0.6' | |
wget http://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.gz | |
tar xzvf git-$VERSION.tar.gz | |
cd git-$VERSION | |
make configure | |
./configure --prefix=/usr/local | |
NO_MSGFMT=yes make prefix=/usr/local all | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment