git pull origin을 개발하려고 시도했지만 병합을 시도했지만 충돌이있었습니다. git mergetool을 시도했지만 도구를 시작하지 않습니다. 병합을 시도한 것은 이번이 처음입니다. 변경 사항을 어떻게 병합합니까? Thnksgit pull을 시도하고 merict conficts가있었습니다. Git mergetool을 시도했지만 도구를 시작하지 않았습니다.
CONFLICT (content): Merge conflict in .classpath
Automatic merge failed; fix conflicts and then commit the result.
....Tool (develop|MERGING)
$ git mergetool
merge tool candidates: tortoisemerge emerge vimdiff
No known merge resolution program available.
개인 데이터없이 git config --list를 표시 할 수 있습니까? – philant