-
-
Save jianliao/def87d947ff62a0dfec150837cfa3ec0 to your computer and use it in GitHub Desktop.
install git from source (For Ubuntu)
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
| cd ~ | |
| sudo apt-install unzip make autoconf libcurl4-gnutls-dev gettext gcc zlib1g-dev | |
| wget -O git.zip https://github.com/git/git/archive/master.zip | |
| unzip git.zip | |
| cd git-* | |
| make configure | |
| ./configure --prefix=/usr --without-tcltk | |
| make all | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment