FlamingBytes

  • Home
  • Categories10
  • Tags106
  • Archives283
  • About
  • Search
  • Table of Contents
  • Overview
  1. 1. Reference
relentlesstorm

relentlesstorm

Stay hungry, stay foolish
283 posts
10 categories
106 tags
E-Mail
Creative Commons
Related Posts
  • 2022-10-08
    Install golang from source
  • 2023-10-08
    Trie (Prefix Tree)
  • 2023-02-10
    Install GCC from source
  • 2020-07-20
    Install Jekyll on MacOS
  • 2022-07-11
    Install and uninstall debuginfo package on CentOS

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/
Git
Understanding thin provisioning volume and snapshot
A Once-in-a-Lifetime Opportunity
© 2024 relentlesstorm
Powered by Hexo & NexT.Mist
0%