728x90
반응형
[상황]
팀 프로젝트를 이유로 git에서 pull을 받아와야 하는데
'Git Pull Failed' 메세지가 표시되어서 difference들을 고쳤다가
사용하지 않는 import문이 자동으로 삭제되어
'Git Pull Failed' 무한루프에 빠지게 되었다.
[문제 해결 과정]
1. Settings - Editor - General - Auto Import - Java - Optimize imports on the fly 체크 해제
[문제 해결 완료]
No differences 생겼쥬?
pull 완료 !
728x90
반응형
'[Project] > 사이드 프로젝트' 카테고리의 다른 글
[404 Error] 파일 [/order/paySuccess.jsp]을(를) 찾을 수 없습니다. (0) | 2023.12.11 |
---|---|
[mysql/intellij] SQLException: Access denied for user 'root'@'localhost' (0) | 2023.12.10 |
[TypeError] order.js:113 Uncaught (in promise) TypeError (0) | 2023.12.09 |
[결제완료 카드 번호 데이터 넘기기] NumberFormatException (2) | 2023.12.08 |
[Spring] circular reference Error : 순환참조 에러 (1) | 2023.12.06 |