에러
[깃허브] 에러모음
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시킨다.