반응형 GIT1 git 에러 (Push error)- On branch main nothing to commit, working tree clean git commit -m "메시지 입력" -> On branch main nothing to commit, working tree clean (git은 커밋할 것이 없고 작업 드렉토리는 깨끗합니다)라는 설명 이 에러 메세지는 push error 중에 하나이다.git psuh를 사용해서 변경 사항을 푸시해야 합니다. 해결 방안1) rm -rf. git/ 2) git init 3) git commit -m “메시지 입력” 4) git remote add origin 레포지토리 주소 5) git push -f origin main 2024. 9. 15. 이전 1 다음 반응형