下载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的更多相关文章

  1. redmine整合GIT版本库

    redmine整合GIT版本库   服务器的环境: Ubuntu 11.10 64位 Redmine 1.4.5.stable.10943 git version 1.7.5.4 + gitolite ...

  2. 【原】无脑操作:Gitblit服务器搭建及IDEA整合Git使用

    背景:虽然有GitHub.GitLab这样强大的Git仓库,但是涉及私有Git库要收费,所以自己动手搭建免费的用用 环境:windows 7 旗舰版.JDK 1.8.IDEA 2017 ------- ...

  3. IDEA整合GIT所有操作

    IDEA整合GIT操作 1.1 配置Idea集成Git 1.2 在使用SSH key 创建公钥私钥,上传公钥到github (1).点击开始菜单-->所有程序--->git选择 Git B ...

  4. 3-Gitblit服务器搭建及IDEA整合Git使用

    背景:虽然有GitHub.GitLab这样强大的Git仓库,但是涉及私有Git库要收费,所以自己动手搭建免费的用用 环境:windows 7 旗舰版.JDK 1.8.IDEA 2017 ------- ...

  5. 整合git与wingIDE(代码下载)

    通过多次被IDE的闪退崩溃甚至无教程调教后,我深刻认识到开发wingIDE这种IDE的小公司,在很多功能方面就是个坑…… 所以,如果你的电脑比较好,运行pycharm无压力,建议略过此文,直接去用py ...

  6. MyEclipse 8.5整合Git,并在Github上发布项目

    我们在闲暇时间想加入些团队做点属于自己有意义的东西,那Github就是为你准备的.但是用惯SVN的我们就得学习学习了. 工具/原料 myeclipse8.5 github 方法/步骤 1 下载Ecli ...

  7. MyEclipse 8.5整合Git,并在Github上发布项目【转】

    最近Git火得如日中天,而且速度体验和团队模式都很不错.手头正好有个学生实训项目,时间紧任务重,而且学校内网管理太紧,所以就想借助于Internet的分布式开发,因此想到了Github. 经过一天的调 ...

  8. MyEclipse整合Git

    1. 在OSC@China申请账号,建立项目 2. MyEclipse中选择导入项目-->Git-->Projects from Git 3. 填入Git的地址.User Name和Pas ...

  9. MyEclipse 8.5整合Git,并在Github上发布项目(转)

    下载Eclipse的git插件——EGit.下载网址http://download.eclipse.org/egit/updates-1.3/org.eclipse.egit-updatesite-1 ...

随机推荐

  1. JS里写入(混写)php asp

    原文:JS里写入(混写)php asp JS里写入(混写)php 方法1:<Br> <script language="javascript"> docum ...

  2. 【百度地图API】关于如何进行城市切换的三种方式

    原文:[百度地图API]关于如何进行城市切换的三种方式 摘要:本文介绍了三种切换城市的方式:查询城市.城市列表和显示城市轮廓. ------------------------------------ ...

  3. signalR例子

    不用找了,比较全的signalR例子已经为你准备好了.   这几天想着将一个winform的工具上线到web上,因为对时时性的要求比较高,找朋友咨询了一下推荐了SignlarR 框架,比较强大.昨天才 ...

  4. Swift语言指南(九)--基本运算符

    原文:Swift语言指南(九)--基本运算符 运算符(operator)是用来检查,改变或合并值的一种特殊符号或短语.例如,加号运算符让两个数字相加(如:let i = 1 + 2),还有些更复杂的运 ...

  5. DB2常用sql demo

    .查找员工的编号.姓名.部门和出生日期,如果出生日期为空值,显示日期不详,并按部门排序输出,日期格式为yyyy-mm-dd. ),birthday,),'日期不详') birthday from em ...

  6. 实现关闭ssh继续实施方案---tmux

    问题1:为什么ssh一个关闭.不再执行的程序 罪魁祸首:SIGHUP 信号 让我们来看看为什么关掉形式/断开将使程序被执行死. 在Linux/Unix在.有几个概念: 进程组(process grou ...

  7. centos6的安装

      centos6的安装,一步一图,有图有真相     打开虚拟机VMware,点击文件,选择[新建虚拟机],如图所示

  8. 快速构建Windows 8风格应用24-App Bar构建

    原文:快速构建Windows 8风格应用24-App Bar构建 本篇博文主要介绍构建AppBar基本步骤.如何构建AppBar.如何在AppBar中构建上下文命令.如何在AppBar中构建菜单.如何 ...

  9. C/C++中常量字符串管理

    为了节省内存,C/C++把常量字符串放到单独的一个内存区域.当几个指针赋值给相同的常量字符串时,它们实际上会指向相同的内存地址.但用产量初始化字符数组,结果却不同. 下面是一个小程序示例: #incl ...

  10. Sql Server 自定义数据类型

    SQLServer 提供了 25 种基本数据类型: ·Binary [(n)]  二进制数据 既可以是固定长度的(Binary),也可以是变长度的.其中,n 的取值范围是从 1 到 8000.其存储窨 ...