git submodule update --init 실패 시 복구
$ git submodule update —init
.
.
No submodule mapping found in .gitmodules for path ‘bundle/vim-colors-solarized’
$ git submodule
$ git submodule add git://github.com/altercation/vim-colors-solarized.git bundle/vim-colors-solarized
‘bundle/vim-colors-solarized’ already exists in the index
$ git rm —cached bundle/vim-colors-solarized
$ rm bundle/vim-colors-solarized/
$ git submodule add git://github.com/altercation/vim-colors-solarized.git bundle/vim-colors-solarized
$ git submodule update —init
'Developer Tools' 카테고리의 다른 글
이클립스 - JavaScript Validation 중지 (0) | 2013.04.16 |
---|---|
이클립스 - jQuery Syntax 오류 제거 (0) | 2013.03.07 |
npm 패키지 전역 모드 설치 (0) | 2012.05.27 |
ProGuard를 Maven 프로젝트에 적용할 때 유의할점 (0) | 2012.05.27 |
넷빈즈 antialias 설정 (0) | 2012.05.27 |