Java를 시작하기위해 이클립스와 github를 연동해보자. 1. github에 repository 생성하기 github 에서 새로운 repository 를 생성한 뒤 url를 복사한다. 2. 이클립스와 github 연동하기 [window] - [Perspective] - [other Perspective] - [other] - [Git] clone git 에서 복사한 url를 Location url 에 넣고, Authentication 에 github 닉네임과 password 가 아닌, tokken 을 넣는다! 작업 폴더 우클릭 - [Team] - [Share Project..] 클릭 후 repository 에 복사했던 url 경로로 지정한다. (main이 뜨면 성공) 3. ignore 설정하기 개발 ..