下载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. 严重:IOException while loading persisted sessions:java.io.EOFException.

    1.错误叙述性说明 严重:IOException while loading persisted sessions:java.io.EOFException. java.io.EOFException ...

  2. [ACM] poj 1064 Cable master (二进制搜索)

    Cable master Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 21071   Accepted: 4542 Des ...

  3. centos7看电影

    sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm sudo rpm ...

  4. XFtp中文乱码解决

    异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html 一张图解决 异常处理汇总:http://www.cnblogs.com/duni ...

  5. ASP.NET MVC应用程序把文字写在图片上

    原文:ASP.NET MVC应用程序把文字写在图片上 Insus.NET实现这篇<MVC把随机产生的字符串转换为图片>http://www.cnblogs.com/insus/p/3624 ...

  6. C语言语法笔记 – 高级用法 指针数组 指针的指针 二维数组指针 结构体指针 链表 | IT宅.com

    原文:C语言语法笔记 – 高级用法 指针数组 指针的指针 二维数组指针 结构体指针 链表 | IT宅.com C语言语法笔记 – 高级用法 指针数组 指针的指针 二维数组指针 结构体指针 链表 | I ...

  7. Robotium源码分析之运行原理

    从上一章<Robotium源码分析之Instrumentation进阶>中我们了解到了Robotium所基于的Instrumentation的一些进阶基础,比如它注入事件的原理等,但Rob ...

  8. 创建android phonegap项目

    一. 首先需要在Eclipse中创建一个Android项目 打开Eclipse,打开File->New->Project 选择Android Application Project点击Ne ...

  9. CentOS 7 结构体GCC 4.8.2 32位编译环境

    centos 7 结构体gcc 32位编译环境 1介绍 1.1背景 学习新 C++ 2011和C11标准. 1.2使用软件 CentOS 7(Linux version 3.10.0-123.el7. ...

  10. C# 在本地创建文件夹及子文件夹

    string dict = @"d:\估价报告\"; if (!Directory.Exists(dict)) { Directory.CreateDirectory(dict); ...