以下是当前版本。
git --version
git version 2.1.0
如何在CentOS中更新到最新的git版本2.2.x. yum install git说它是Linux AMI实例的最新版本。
答案 0 :(得分:2)
你有一个新版本的git令人惊讶。这不是为CentOS 6或7正式打包的。
CentOS 6附带git 1.7.1。
CentOS 7附带1.8.3.1。
要获得更新版本的git,您需要找到从哪里获得已经“新”版本的git并查看它们是否有更新。亚马逊可能自己打包了一个较新的版本,可能尚未更新该软件包。
来自yum info git
的输出(来自评论):
$ yum info git
Loaded plugins: priorities, update-motd, upgrade-helper
Installed Packages
Name : git
Arch : x86_64
Version : 2.1.0
Release : 1.35.amzn1
Size : 22 M
Repo : installed
From repo : amzn-main
Summary : Fast Version Control System
URL : git-scm.com
License : GPLv2
Description : Git is a fast, scalable, distributed revision control system with an
: unusually rich command set that provides both high-level operations
: and full access to internals.
似乎亚马逊自己打包了git
版本2.1,如果yum update
没有为您提供更新的版本,那么他们就没有打包任何更新的版本。
Amazon Linux AMI
的{{3}}页面似乎同意这一点。
答案 1 :(得分:0)
git文档中给出了RHEL和CentOS的信息,我们必须从源代码构建它以获取最新版本。