Install git from source Posted on 2022-01-08 Edited on 2023-10-22 In Tech , Linux Views: $ wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.38.1.tar.xz $ tar xvf git-2.38.1.tar.xz $ cd git-2.38.1/ $ make configure $ ./configure --prefix=/usr/local $ make install $ git --version git version 2.38.1 Reference https://mirrors.edge.kernel.org/pub/software/scm/git/