在 CentOS 6.4 上将 git 升级到最新版本时遇到问题
Posted
技术标签:
【中文标题】在 CentOS 6.4 上将 git 升级到最新版本时遇到问题【英文标题】:Facing issues while upgrading git to latest version on CentOS 6.4 【发布时间】:2013-09-21 09:39:34 【问题描述】:我有带有 git 1.7.1 的 Centos VM。我想升级到最新版本的 git。但是,当我尝试使用 yum 进行升级时,它什么也没做,也没有升级版本。下面是 yum 命令的输出:
# yum install git
Loaded plugins: fastestmirror, refresh-packagekit, security
Determining fastest mirrors
* base: centos.aol.in
* extras: centos.aol.in
* updates: centos.aol.in
base | 3.7 kB 00:00
base/primary_db | 3.4 MB 01:18
extras | 3.5 kB 00:00
extras/primary_db | 19 kB 00:00
jenkins | 951 B 00:00
jenkins/primary | 22 kB 00:01
jenkins
jenkins | 951 B 00:00
jenkins/primary | 22 kB 00:01
jenkins 204/204
updates | 3.4 kB 00:00
updates/primary_db | 4.1 MB 02:08
Setting up Install Process
Package git-1.7.1-3.el6_4.1.i686 already installed and latest version
Nothing to do
请帮助我在 Centos 6.4 上升级到最新版本的 git...
【问题讨论】:
1.7.1 是 CentOS 6.4 最新版本的 git。如果您需要更新的版本,那么您要么在某个地方找到更新的 rpm,要么自己编译。 在 superuser.com 上询问; ***.com 是针对与编程相关的问题,而不是像这样的一般系统管理员问题。 How can git be installed on CENTOS 5.5? 的可能重复项 How to install latest version of git on CentOS 6.x/7.x的可能重复 【参考方案1】:通过编译源码安装最新的git版本...
http://tecadmin.net/install-git-2-0-on-centos-rhel-fedora/
【讨论】:
以上是关于在 CentOS 6.4 上将 git 升级到最新版本时遇到问题的主要内容,如果未能解决你的问题,请参考以下文章
如何在 centos 上将 dotnetcore 从 1.0.4 版本升级到 2.0.2 版本?