문제 (Problem)
- Git에서 Pull 받을 때 1)commit 전에 Pull받지 않음 or 2)Pull 받을 때 HEAD와 소스가 다를 경우 발생한다.
해결 (Solution)
- 강제 Reset 후 Pull
1. Project 우클릭
2. Team > Reset 클릭 > Reset type : Hard (HEAD, idex, and working tree updated)
3. Team > Pull
'Warning & Error' 카테고리의 다른 글
Could not write JSON: Direct self-reference leading to cycle; (0) | 2022.02.10 |
---|---|
Warning : DevTools failed to load source map (0) | 2022.01.03 |