본문 바로가기

개발

eclipse indigo git 설치

728x90

1. plugin 경로에 egit.zip 파일 넣기
(2.3.1.201302201838-r) 본인에 맞는 egit 다운로드


https://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F

 

EGit/FAQ - Eclipsepedia

What is Git? Git is a distributed SCM/VCS, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Eclipse tooling on top of a Ja

wiki.eclipse.org

2. 이클립스 실행

3. Help > Install Sortwar

4. Add

5. Archive 선택 후 egit.zip 선택
   Name : eGit (임의로 설정)

 

6. Eclipse Git Team Provider 선택 후
   하위 항목 중 Egit Plug-in Import Supprot 선택 해제

7. Next 선택 후 설치(2시간 정도 소요)

728x90
반응형

'개발' 카테고리의 다른 글

An internal error occurred during Error  (0) 2022.09.01
Linux SSH key 생성 방법  (0) 2022.08.24
Eclipse Missing node.js 에러 처리 방법  (0) 2022.08.11
import 안될 때 add library  (0) 2022.08.11
GitLab default branch 변경 방법  (0) 2022.07.13