Recent Posts
Recent Comments
Archives
반응형
250x250
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Today
Yesterday

Total
04-28 00:00
관리 메뉴

Hey Tech

[Git] error: pathspec 'development' did not match any file(s) known to git 에러 해결하기 본문

SW 개발/Git

[Git] error: pathspec 'development' did not match any file(s) known to git 에러 해결하기

Tony Park 2022. 1. 4. 10:48
728x90
반응형

에러 상황

Repository에서 새로운 Branch가 업데이트되어 checkout 시도 중 아래와 같은 에러 발생

에러 메시지

error: pathspec 'development' did not match any file(s) known to git

문제 원인

Branch 업데이트가 안 되어 에러 발생

해결책

git remote update
git checkout [branch 이름]

포스팅 내용에 오류가 있다면 아래에 댓글 남겨주세요.

고맙습니다 :)

728x90
반응형
Comments