일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- jpa
- oracle
- Exception
- Python
- myBatis
- STS
- 문서
- JDBC
- maven
- PostgreSQL
- Eclipse
- Thymeleaf
- Docker
- 설정
- Open Source
- Source
- Tomcat
- Core Java
- spring
- AJAX
- Spring Boot
- SpringBoot
- MySQL
- git
- IntelliJ
- MSSQL
- error
- 오픈소스
- ubuntu
- JavaScript
- Today
- Total
헤르메스 LIFE
Eclipse에 Egit Plugin 설치 시 주의점. 본문
Egit 설치 시 아래와 같은 오류가 발생하였습니다.
Cannot complete the provisioning operation. Please change your selection and try again. See below for details.
Details
Cannot complete the install because one or more required items could not be found.
Software being installed: Eclipse Git Team Provider 3.0.1.201307141637-r (org.eclipse.egit.feature.group 3.0.1.201307141637-r)
Missing requirement: Git Team Provider UI 3.0.1.201307141637-r (org.eclipse.egit.ui 3.0.1.201307141637-r) requires 'bundle org.eclipse.team.core [3.6.100,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Git Team Provider 3.0.1.201307141637-r (org.eclipse.egit.feature.group 3.0.1.201307141637-r)
To: org.eclipse.egit.ui [3.0.1.201307141637-r]
대략 확인 해보니 Egit은 Eclipse 버젼별로 설치 버젼 역시 다르게 되어있더군요.
Egit 버젼별 지원하는 Eclipse버젼
EGit | released for | Supported Version of Eclipse |
---|---|---|
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) |
지원하는 버젼을 확인했으면 설치를 그 버젼에 맞는 설치 경로를 통해 설치하면 됩니다.
Release Version | p2 repository URL |
---|---|
3.0.1.201307141637-r (latest release) | http://download.eclipse.org/egit/updates-3.0.1 |
3.0.0.201306101825-r | http://download.eclipse.org/egit/updates-3.0 |
2.3.1.201302201838-r | http://download.eclipse.org/egit/updates-2.3 |
2.2.0.201212191850-r | http://download.eclipse.org/egit/updates-2.2 |
2.1.0.201209190230-r | http://download.eclipse.org/egit/updates-2.1 |
2.0.0.201206130900-r | http://download.eclipse.org/egit/updates-2.0 |
1.3.0.201202151440-r | http://download.eclipse.org/egit/updates-1.3 |
1.2.0.201112221803-r | http://download.eclipse.org/egit/updates-1.2 |
1.1.0.201109151100-r | http://download.eclipse.org/egit/updates-1.1 |
1.0.0.201106090707-r | http://download.eclipse.org/egit/updates-1.0 |
0.12.1 (Incubation) | http://download.eclipse.org/egit/updates-0.12 |
0.11.3 (Incubation) | http://download.eclipse.org/egit/updates-0.11 |
0.10.1 (Incubation) | http://download.eclipse.org/egit/updates-0.10 |
0.9.3 (Incubation) | http://download.eclipse.org/egit/updates-0.9 |
0.8.4 (Incubation) |
'장난감들' 카테고리의 다른 글
epub 한글 깨짐. (0) | 2014.02.11 |
---|---|
[Eclipse] Eclipse 최적화#01 (0) | 2013.08.28 |
[Tip] Eclipse copy/paste 시 RTF(Rich Text Format)이 적용되지 않을 경우 (0) | 2013.08.22 |
Eclipse Color Theme Plug-In 설치 (0) | 2013.08.21 |
Gpg4win의 소개 (0) | 2013.07.25 |