Skip to content

Instantly share code, notes, and snippets.

@crivotz
Created March 25, 2020 13:43
Show Gist options
  • Save crivotz/eb195ad397ca1cb235375d636b6bff63 to your computer and use it in GitHub Desktop.
Save crivotz/eb195ad397ca1cb235375d636b6bff63 to your computer and use it in GitHub Desktop.
Compile git
sudo apt install make libssl-dev libghc-zlib-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip
cd git
make prefix=/usr/local all
sudo make prefix=/usr/local install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment