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