문제

Currently I'm developing on Windows with Java using Eclipse and EGit installed and everything works fine. However, I'd like to try the IntelliJ IDEA where the IDE required the git.exe to work with Git. Thus, I installed git v1.9.2 from http://git-scm.com/. Everything works fine in IDEA, but in Eclipse some file are marked as "changed" (having the ">" symbol prepended) although there is absolutely nothing that changed. My bet is that there is that EGit and git interfere with each other. But unfortunately I have no clue how to fix this.

도움이 되었습니까?

해결책

Apparently, the two should not interfere with each other.

See the answer here:

Will installing Egit interfere with existing Git installation?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top