各版本MyEclipse8.5安裝Git插件

EGIT和Eclipse對應關係:

EGit released for Supported Version of Eclipse
3.1.0.201310021548-r N/A Eclipse 3.8.2/4.2.2 + (Juno)
3.0.3.201309161630-r 4.3.1 (Kepler SR1) Eclipse 3.8.2/4.2.2 + (Juno)
3.0.1.201307141637-r 4.3.0 (Kepler) Eclipse 3.8.2/4.2.2 + (Juno)
2.3.1.201302201838-r 3.8.2/4.2.2 (Juno SR2) Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional)
2.2.0.201212191850-r 3.8.1/4.2.1 (Juno SR1) Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional)
2.1.0.201209190230-r 3.8.1/4.2.1 (Juno SR1) Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional)
2.0.0.201206130900-r 3.8/4.2 (Juno) Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional)
1.3.0.201202151440-r 3.7.2 (Indigo SR2) Eclipse 3.5.2+ (Galileo)
1.2.0.201112221803-r 3.7.2 (Indigo SR2) Eclipse 3.5.2+ (Galileo)
1.1.0.201109151100-r 3.7.1 (Indigo SR1) Eclipse 3.5.2+ (Galileo)
1.0.0.201106090707-r 3.7.0 (Indigo) Eclipse 3.5.2+ (Galileo)

EGIT下載地址:


Release Version p2 repository URL browse p2 repository
3.1.0.201310021548-r (latest release) http://download.eclipse.org/egit/updates-3.1 updates-3.1
3.0.3.201309161630-r http://download.eclipse.org/egit/updates-3.0.3 updates-3.0.3
3.0.1.201307141637-r http://download.eclipse.org/egit/updates-3.0.1 updates-3.0.1
3.0.0.201306101825-r http://download.eclipse.org/egit/updates-3.0 updates-3.0
2.3.1.201302201838-r http://download.eclipse.org/egit/updates-2.3 updates-2.3
2.2.0.201212191850-r http://download.eclipse.org/egit/updates-2.2 updates-2.2
2.1.0.201209190230-r http://download.eclipse.org/egit/updates-2.1 updates-2.1
2.0.0.201206130900-r http://download.eclipse.org/egit/updates-2.0 updates-2.0
1.3.0.201202151440-r http://download.eclipse.org/egit/updates-1.3 updates-1.3
1.2.0.201112221803-r http://download.eclipse.org/egit/updates-1.2 updates-1.2
1.1.0.201109151100-r http://download.eclipse.org/egit/updates-1.1 updates-1.1
1.0.0.201106090707-r http://download.eclipse.org/egit/updates-1.0 updates-1.0
0.12.1 (Incubation) http://download.eclipse.org/egit/updates-0.12 updates-0.12
0.11.3 (Incubation) http://download.eclipse.org/egit/updates-0.11 updates-0.11
0.10.1 (Incubation) http://download.eclipse.org/egit/updates-0.10 updates-0.10
0.9.3 (Incubation) http://download.eclipse.org/egit/updates-0.9 updates-0.9
0.8.4 (Incubation) http://download.eclipse.org/egit/updates-0.8 updates-0.8




以下爲MyEclipse8.5整合Git

下載Eclipse的git插件--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選項,就說明安裝成功了。


發佈了52 篇原創文章 · 獲贊 43 · 訪問量 23萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章