Skip to content

Instantly share code, notes, and snippets.

@steos
Created January 14, 2011 15:37
Show Gist options
  • Save steos/779746 to your computer and use it in GitHub Desktop.
Save steos/779746 to your computer and use it in GitHub Desktop.
install git from source (with working git-svn) on debian distros
aptitude install git-core build-essential autoconf libdigest-sha1-perl liberror-perl libsvn-perl
git clone git://git.kernel.org/pub/scm/git/git.git
cd git
make configure
./configure
make
aptitude purge git-core
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment