Troubleshooting
[Eclipse 오류] Cannot move project mybatis to target location ~ , as this location overlaps with location ~, which contains a .project file
sukii
2024. 2. 29. 12:54
반응형
새로운 프로젝트를 생성하고, 깃에 올리려고 하는데, 아래와 같은 오류가 떴다.
(검은색 글씨는 이 프로젝트가 저장된 폴더 경로니까 각자 다르게 뜰거임. )
Cannot move project mybatis to target location C:\Users\itwill\git\javaitwill\java-itwill\mybatis, as this location overlaps with location C:\Users\itwill\git\javaitwill\java-itwill, which contains a .project file
위 경로의 폴더로 들어가서 [.project]라는 파일을 삭제하면 문제 해결!
다시 share project해보면 정상적으로 기존 repository에 올라간다 :)
반응형