IT/GIT
[Git] please clean your repository working tree before checkout 문제 해결 방법
Visual Studio Code에서 Source Control을 통해 pull을 받으려고 하니 please clean your repository working tree before checkout 문제가 발생했다. VSCode에서 git 기반 AWS codeCommit을 사용하고 있는데, 다른 사람이 소스를 커밋&푸시를 하고 해당 수정된 것을 pull 받을 때 중복되거나 겹치는 부분이 있는 경우 위의 문제가 발생한다. 문제가 발생하면 위와 같이 엑스 박스가 나온다. > git pull --tags origin mainFrom https://git-codecommit.ap-northeast-2.amazonaws.com/v1/repos/test * branch main -..
2024. 7. 16.
최근댓글