➰ Library/GIT

Working tree has modifications. Cannot add. 에러 해결하기!

 사과개발자 2021. 6. 30. 11:20

commit을 유지하면서 git repository를 합치던 중 아래와 같은 오류를 만났다면!

그 원인은 메인 repo가 현재 최신버전이 아니기 때문입니다.

따라서 git push 를 통해 현재 폴더가 최신버전이 되도록 하면 해결!!

( ※ git status 명령어를 통해 현재 폴더가 최신버전인지 확인할 수 있어요 >_<)

 

 

+ commit 을 유지하면서 git repo를 합치는 방법이 궁금하시다면~ 아래의 링크를 눌러주세요!

https://dailylifeofdeveloper.tistory.com/193

+ fatal: couldn't find remote ref master. 에러가 났다면~ 아래의 링크를 눌러주세요!

https://dailylifeofdeveloper.tistory.com/214

반응형