Skip to content

Instantly share code, notes, and snippets.

@dinukasal
Created November 14, 2017 14:13
Show Gist options
  • Save dinukasal/60a2ecb149165aa7fe8200e6ffad9056 to your computer and use it in GitHub Desktop.
Save dinukasal/60a2ecb149165aa7fe8200e6ffad9056 to your computer and use it in GitHub Desktop.
Compile git without sudo
echo "Compile git without sudo"
wget https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
./configure --prefix=/home/user/myroot && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment