首页 > 代码库 > MyEclipse8.5整合Git
MyEclipse8.5整合Git
下载Eclipse的git插件--EGit。官网地址: 点击打开链接
截止目前最新版本为3.5,历史版本如下:
Release Version | Release Date | p2 repository URL | browse p2 repository |
---|---|---|---|
3.4.1.201406201815-r (latest release) | 2014-06-23 | http://download.eclipse.org/egit/updates-3.4.1 | updates-3.4.1 |
3.4.0.201406110918-r | 2014-06-18 | http://download.eclipse.org/egit/updates-3.4 | updates-3.4 |
3.3.2.201404171909-r | 2014-04-17 | http://download.eclipse.org/egit/updates-3.3.2 | updates-3.3.2 |
3.3.1.201403241930-r | 2014-03-25 | http://archive.eclipse.org/egit/updates-3.3.1 | updates-3.3.1 |
3.3.0.201403021825-r | 2014-02-28 | http://archive.eclipse.org/egit/updates-3.3 | updates-3.3 |
3.2.0.201312181205-r | 2013-12-18 | http://archive.eclipse.org/egit/updates-3.2 | updates-3.2 |
3.1.0.201310021548-r | 2013-10-02 | http://archive.eclipse.org/egit/updates-3.1 | updates-3.1 |
3.0.3.201309161630-r | 2013-09-17 | http://archive.eclipse.org/egit/updates-3.0.3 | updates-3.0.3 |
3.0.1.201307141637-r | 2013-07-15 | http://archive.eclipse.org/egit/updates-3.0.1 | updates-3.0.1 |
3.0.0.201306101825-r | 2013-06-26 | http://archive.eclipse.org/egit/updates-3.0 | updates-3.0 |
2.3.1.201302201838-r | 2013-03-01 | http://archive.eclipse.org/egit/updates-2.3 | updates-2.3 |
2.2.0.201212191850-r | 2012-12-20 | http://archive.eclipse.org/egit/updates-2.2 | updates-2.2 |
2.1.0.201209190230-r | 2012-09-26 | http://archive.eclipse.org/egit/updates-2.1 | updates-2.1 |
2.0.0.201206130900-r | 2012-06-27 | http://archive.eclipse.org/egit/updates-2.0 | updates-2.0 |
1.3.0.201202151440-r | 2012-02-17 | http://archive.eclipse.org/egit/updates-1.3 | updates-1.3 |
1.2.0.201112221803-r | 2011-12-23 | http://archive.eclipse.org/egit/updates-1.2 | updates-1.2 |
1.1.0.201109151100-r | 2011-09-22 | http://archive.eclipse.org/egit/updates-1.1 | updates-1.1 |
1.0.0.201106090707-r | 2011-06-22 | http://archive.eclipse.org/egit/updates-1.0 | updates-1.0 |
0.12.1 (Incubation) | 2011-05-03 | http://archive.eclipse.org/egit/updates-0.12 | updates-0.12 |
0.11.3 (Incubation) | 2011-02-21 | http://archive.eclipse.org/egit/updates-0.11 | updates-0.11 |
0.10.1 (Incubation) | 2010-12-17 | http://archive.eclipse.org/egit/updates-0.10 | updates-0.10 |
0.9.3 (Incubation) | 2010-09-17 | http://archive.eclipse.org/egit/updates-0.9 | updates-0.9 |
0.8.4 (Incubation) | 2010-06-14 | http://archive.eclipse.org/egit/updates-0.8 | updates-0.8 |
可悲的是除了最新版本3.5以外其他版本均不能下载,开始不知道对应版本,于是下载了3.5版本。捣鼓了一上午
愣是没弄好。翻阅了N多资料,最后确定是版本过高,于是找到了一个1.2版本的。经测试可用
X想骂人,同一篇文章被转载来转载去,我想知道你们转的时候亲自试验过了吗,不知道害了多少人。
可能是由于技术的不断更新 导致了版本的兼容性问题,但至少也得注明当时的版本是多少吧
比如经测试目前MyEclipse8.5和EGIT-1.2可以使用。
顺便试着在MyEclipse6.0上安装,未成功。在网上也找不到egit的其他版本可供下载...
egit/updates-1.2下载地址:egit-updatesite-1.2
安装插件,以下两种方法任选其一
一、把下载的插件解压出来,在MyEclipse的dropins目录下新建一个egit文件夹,然后把刚才解压的features、plugins和另外两个jar包
全放进去。重启MyEclipse后,进入Window-Preferences-Team,看到Git选项,就说明安装成功了。
二、把下载的插件解压出来,只保留features和plugins两个文件夹即可。在MyEclipse下新建myPlugin(随意名字)文件夹,进去在此目录
下新建egit文件夹,把刚才解压的features和plugins两个文件夹全部放进去 然后在dropins目录下新建egit.link文件,
内容为(示例) :path=C:\\Users\\xxx\\AppData\\Local\\Genuitec\\MyEclipse 8.5 M1\\myPlugin\\egit
重启MyEclipse后,进入Window-Preferences-Team,看到Git选项,就说明安装成功了。
刚刚试了一下方法一,然后又再想试一下方法二,结果悲剧了。使用过方法一之后再使用方法二 Git插件就再也出不来了。
没有反复试(时间耗不起),不知道具体什么原因。最后只能卸载MyEclipse重装,然后照以上任一方法即安装成功。
作者:itmyhome
出处:http://blog.csdn.net/itmyhome1990/article/details/39961767
MyEclipse8.5整合Git