You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EC2에 이전 develop 브랜치의 stale ref (refs/remotes/origin/develop)가 남아있어서, develop/vn.n.n을 fetch할 때 파일시스템 경로 충돌이 발생하는 문제
(develop이라는 파일이 이미 있으면 develop/v3.5.0이라는 디렉토리를 만들 수 없음)
🏁 할 일
git fetch 전에 git remote prune origin 추가 -> 리모트에서 삭제된 브랜치의 stale ref를 정리
📄 설명
EC2에 이전 develop 브랜치의 stale ref (refs/remotes/origin/develop)가 남아있어서, develop/vn.n.n을 fetch할 때 파일시스템 경로 충돌이 발생하는 문제
(develop이라는 파일이 이미 있으면 develop/v3.5.0이라는 디렉토리를 만들 수 없음)
🏁 할 일
🫡 참고사항