sm 기술 블로그

[깃허브] 에러모음 본문

에러

[깃허브] 에러모음

sm_hope 2022. 6. 1. 23:23

git pull이 안먹힐 때 / git pull Already up to date.

에러발생


해결방법

git fetch --all
git reset --hard origin/master

원격저장소를 전부 fetch 한 후,
해당 브랜치로 --hard 옵션을 주어 reset시킨다.

'에러' 카테고리의 다른 글

[MySQL] auto_increment 주의점(오류 코드 1075)  (0) 2022.09.17
리액트) 배열 에러  (0) 2022.05.27
MySQL 에러  (0) 2022.05.17
Comments