일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- git
- 디자인패턴
- kafka
- 도메인 주도 개발
- 페이스북 번역
- Java
- GCM
- nginx설치
- 카프카 트랜잭션
- nginx설정
- graphql
- 푸시
- ddd
- 푸시 번역
- nginx
- php
- GCM 번역
- 자바스크립트
- 성능
- 카프카
- 웹사이트최적화기법
- 웹사이트성능
- JPA
- Design Pattern
- gcm 푸시 번역
- 웹사이트 성능
- APNS
- notification
- Push
Archives
- Today
- Total
간단한 개발관련 내용
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
반응형