2022-10-19

【Linux】CentOS 7 安裝 Git2

CentOS 7Git 版本為 1.8.x,若想使用 Git2,(例如想開發學習 Flutter 就必須更新到 Git2)必須另尋第三方的套件庫。


先移除舊版 git
 
[root]# yum  remove  git*
 


引入套件庫,目前有 2 個較多人採用的套件庫, 1 個是社群(IUS),一個是美國的資訊顧問公司(Endpoint)
 
# IUS 套件庫
[root]# yum  install  install https://repo.ius.io/ius-release-el7.rpm

# Endpoint 套件庫
# 本筆記採用 Endpoint 套件庫
[root]# yum  install  https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
 

安裝 git2
 
# 很神奇,自動安裝 Endpoint 的,而不是 CentOS7 的 git
[root]# yum  install git
 


沒有留言:

張貼留言