반응형
Notice
Recent Posts
Recent Comments
관리 메뉴

간단한 개발관련 내용

error: pathspec 'BRANCH-NAME' did not match any file(s) known to git. 본문

SCM/Git

error: pathspec 'BRANCH-NAME' did not match any file(s) known to git.

vincenzo.dev.82 2016. 2. 22. 20:38
반응형

error: pathspec 'BRANCH-NAME' did not match any file(s) known to git.

git remote update
git fetch 
git checkout --track origin/<BRANCH-NAME>


http://stackoverflow.com/questions/5989592/git-cannot-checkout-branch-error-pathspec-did-not-match-any-files-kn






반응형