Git、EGit、Github
eclipse在线安装Egit,使用Help-Install New Software,add Repository的URL网址为http://download.eclipse.org/egit/updates/更新失败
原因:
egit有多个版本,不同版本适合于不同版本的eclipse,默认eclipse marketplace里适合最新版本的eclipse。
安装方法:eclipse3.7只能安装egit1.3版本。安装地址应为:http://download.eclipse.org/egit/updates-1.3
http://www.oschina.net/question/136226_128167#tags_nav
查看eclipse版本号方法:
点击查看eclipse安装文件下的名为.eclipseproduct文件
Eclipse长时间卡在calculating requirements and dependencies
1、把“Contact all update sites during install to find required software”(寻找指定的软件前先访问所有更新站点)前面的勾去掉,然后f返回重新安装,这样之后问题迎刃而解
2、如果从本地安装,断开网络,可解决该问题。
同样的版本兼容问题:
安装jdk1.8的eclipse配置maven3.3.0版本插件,在cmd输入mvn -v出现版本号,但是改成jdk1.6后之前配置好的maven出现错误,改成maven3.0版本后配置成功