eclipse 3.7 indigo(Eclipse IDE for Java EE Developers) 安装 git 插件
humm0214
9年前
插件地址列表:
http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F
1、刚开始从Eclipse Marketplace...和Install New Software...安装egit,
EGithttp://download.eclipse.org/egit/updates
结果都报错,Cannot complete the install because one or more required items could not be found……,后来查了才知道原来是eclipse版本的问题,如果要是按照上述方法,则要保证您的eclipse版本是最新的,否则会安装失败。
低版本Eclipse安装EGit插件
本人的Eclipse是3.7 indigo版本的,正好不能使用上述方式,处理方法如下:
2、Help —> Install New Software... —> Add
EGithttp://archive.eclipse.org/egit/updates-1.3
3、然后,就可以顺利安装egit插件了。(注:按照插件链接地址里的表,查询你的eclipse版本对应egit插件的地址)