Git 1.7.4.1을 사용하고 있습니다. 저장소에서 최신 버전의 코드를 가져오고 싶지만 오류가 발생합니다 ...
$ git pull
….
M selenium/ant/build.properties
….
M selenium/scripts/linux/get_latest_updates.sh
M selenium/scripts/windows/start-selenium.bat
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>' as appropriate to mark resolution, or use 'git commit -a'.
도구가 불평하는 파일의 로컬 사본을 삭제했지만 여전히 오류가 발생합니다. 원격 저장소에서 최신 버전을 확인하려면 어떻게합니까? -데이브
git fetch
. 먼저 먼저 해보십시오 . 충돌이 없었지만 최신 버전의 코드를 얻는 방법입니다.