일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- MFA
- 인증
- OTP
- Android
- 앨범북
- openssl
- 앱스토어
- Xcode
- 애플
- appres
- SSH
- Nodejs
- OSX
- albumbook
- SwiftUI
- 앱리소스
- fido
- 안드로이드
- git
- MYSQL
- apple
- SWIFT
- 2FA
- css
- kmip
- otpkey
- SSL
- WebAuthn
- MSYS2
- FIDO2
- Today
- Total
인디노트
How to Install Git 2.19 on CentOS/RHEL 7/6, Fedora 28/27/26 본문
Git has released 2.19 version on Oct 05, 2018. Git is a free and open source distributed version control system. It is designed to handle a small to very large projects with speed and efficiency. To read more details and changes about Git 2.18 read release notes. If you are using a Git repository for your development, then you must require a git client on your system and you need to install git client on your workstation system.
This tutorial will help you to install git 2.19 on CentOS/RHEL 7/6 and Fedora 28/27/26/25 operating systems using the source code. For beginners visit Git console on your browser and learn Git uses and command line tips.
Step 1 – Prerequsities
Before installing Git from source code, make sure you have already installed required packages on your system. If not use the following command to install the required packages.
Step 2 – Install Git on CentOS & Fedora
Download latest Git source code from kernel git or simply use following command to download Git 2.19.1.
After downloading and extracting Git source code, Use the following command to compile the source code.
Step 3 – Setup Environment
After installation of git client. Now you just need to set binary in the system environment. Set the PATH variable with newly installed git binary in /etc/bashrc by executing below command. Also, reload the changes in the current environment.
After completing the steps. Let’s use the following command to check the current git version.
Git has been successfully installed on your system. Next, you can visit our Git tutorialssection to read more about.
'개발 플랫폼 및 언어' 카테고리의 다른 글
Maven 설치 (0) | 2018.10.23 |
---|---|
How to install Autoconf, Automake and related tools on Mac OS X from source? (0) | 2018.10.22 |
How To Install Git on CentOS 7 (0) | 2018.10.08 |
Mac OS X: Install GCC Compiler with Xcode (0) | 2018.10.08 |
Unable to load and to prepare the installer in console or silent mode. (0) | 2018.08.16 |