ubuntu12.04下安装git出现版本问题的解决

来源:互联网 发布:linux tomcat启动超时 编辑:程序博客网 时间:2024/05/16 06:13

参考网址:http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F


安装Git时,Help-> Install New Software下面是不同的Git版本的安装地址:

Release VersionRelease Datep2 repository URLbrowse p2 repository3.5.1.201410131835-r (latest release)2014-10-14http://download.eclipse.org/egit/updates-3.5.1updates-3.5.13.5.0.201409260305-r2014-09-24http://download.eclipse.org/egit/updates-3.5updates-3.53.4.1.201406201815-r2014-06-23http://download.eclipse.org/egit/updates-3.4.1updates-3.4.13.4.0.201406110918-r2014-06-18http://download.eclipse.org/egit/updates-3.4updates-3.43.3.2.201404171909-r2014-04-17http://download.eclipse.org/egit/updates-3.3.2updates-3.3.23.3.1.201403241930-r2014-03-25http://archive.eclipse.org/egit/updates-3.3.1updates-3.3.13.3.0.201403021825-r2014-02-28http://archive.eclipse.org/egit/updates-3.3updates-3.33.2.0.201312181205-r2013-12-18http://archive.eclipse.org/egit/updates-3.2updates-3.23.1.0.201310021548-r2013-10-02http://archive.eclipse.org/egit/updates-3.1updates-3.13.0.3.201309161630-r2013-09-17http://archive.eclipse.org/egit/updates-3.0.3updates-3.0.33.0.1.201307141637-r2013-07-15http://archive.eclipse.org/egit/updates-3.0.1updates-3.0.13.0.0.201306101825-r2013-06-26http://archive.eclipse.org/egit/updates-3.0updates-3.02.3.1.201302201838-r2013-03-01http://archive.eclipse.org/egit/updates-2.3updates-2.32.2.0.201212191850-r2012-12-20http://archive.eclipse.org/egit/updates-2.2updates-2.22.1.0.201209190230-r2012-09-26http://archive.eclipse.org/egit/updates-2.1updates-2.12.0.0.201206130900-r2012-06-27http://archive.eclipse.org/egit/updates-2.0updates-2.01.3.0.201202151440-r2012-02-17http://archive.eclipse.org/egit/updates-1.3updates-1.31.2.0.201112221803-r2011-12-23http://archive.eclipse.org/egit/updates-1.2updates-1.21.1.0.201109151100-r2011-09-22http://archive.eclipse.org/egit/updates-1.1updates-1.11.0.0.201106090707-r2011-06-22http://archive.eclipse.org/egit/updates-1.0updates-1.00.12.1 (Incubation)2011-05-03http://archive.eclipse.org/egit/updates-0.12updates-0.120.11.3 (Incubation)2011-02-21http://archive.eclipse.org/egit/updates-0.11updates-0.110.10.1 (Incubation)2010-12-17http://archive.eclipse.org/egit/updates-0.10updates-0.100.9.3 (Incubation)2010-09-17http://archive.eclipse.org/egit/updates-0.9updates-0.90.8.4 (Incubation)2010-06-14http://archive.eclipse.org/egit/updates-0.8updates-0.8

在安装的过程中的发现安装从出现问题,主要是版本匹配的问题。后来找到以下匹配表:

EGitContained in release trainSupported Version of Eclipse3.5.1.201410131835-r Eclipse 3.8.2/4.2.2 + (Juno)3.5.0.201409260305-r Eclipse 3.8.2/4.2.2 + (Juno), support for 3.8.2 was fixed see bug 4386013.4.1.201406201815-rEclipse 4.4.1 (Luna SR1)Eclipse 4.2.2 + (Juno)3.4.0.201406110918-rEclipse 4.4 (Luna)Eclipse 4.2.2 + (Juno)3.3.1.201403241930-r Eclipse 3.8.2/4.2.2 + (Juno)3.3.0.201403021825-r Eclipse 3.8.2/4.2.2 + (Juno)3.2.0.201312181205-r4.3.2 (Kepler SR2)Eclipse 3.8.2/4.2.2 + (Juno)3.1.0.201310021548-r Eclipse 3.8.2/4.2.2 + (Juno)3.0.3.201309161630-r4.3.1 (Kepler SR1)Eclipse 3.8.2/4.2.2 + (Juno)3.0.1.201307141637-r4.3.0 (Kepler)Eclipse 3.8.2/4.2.2 + (Juno)2.3.1.201302201838-r3.8.2/4.2.2 (Juno SR2)Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional)2.2.0.201212191850-r3.8.1/4.2.1 (Juno SR1)Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional)2.1.0.201209190230-r3.8.1/4.2.1 (Juno SR1)Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional)2.0.0.201206130900-r3.8/4.2 (Juno)Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional)1.3.0.201202151440-r3.7.2 (Indigo SR2)Eclipse 3.5.2+ (Galileo)1.2.0.201112221803-r3.7.2 (Indigo SR2)Eclipse 3.5.2+ (Galileo)1.1.0.201109151100-r3.7.1 (Indigo SR1)Eclipse 3.5.2+ (Galileo)1.0.0.201106090707-r3.7.0 (Indigo)Eclipse 3.5.2+ (Galileo)


按照上面的匹配,最后没有冲突的解决问题。

0 0