Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pytest
- PersistenceContext
- kotlin
- JanusWebRTCGateway
- Value too long for column
- mp4fpsmod
- 달인막창
- taint
- 자원부족
- 깡돼후
- PytestPluginManager
- 티스토리챌린지
- JanusWebRTC
- JanusGateway
- preemption #
- JanusWebRTCServer
- 오블완
- 겨울 부산
- 코루틴 빌더
- Spring Batch
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- table not found
- vfr video
- tolerated
- python
- 개성국밥
- 코루틴 컨텍스트
- VARCHAR (1)
- terminal
- addhooks
Archives
너와 나의 스토리
git flow error 문제 해결 본문
반응형
에러
- git flow로 새로운 브랜치 생성하려고 했는데 다음과 같은 에러가 발생했다.
- git flow init을 시도해도 같은 에러가 발생함.
$ git flow feature start test-123
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 158: _flags_fatal: command not found
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 1024: [: -ne: unary operator expected
flags:WARN /usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 740: /private/var/folders/2n/h7k861yx7q5b73vmch9tls080000gn/T/AppTranslocation/B70C53A6-E2FA-4C13-8CE9-777DCC351824/d/Sourcetree.app/Contents/Resources/bin/getopt: No such file or directory
$ git flow init
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 158: _flags_fatal: command not found
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
/usr/local/Cellar/git-flow-avh/1.12.3/libexec/bin/gitflow-shFlags: line 273: [: too many arguments
해결 방법
- source tree path를 삭제한다.
-
$ rm ~/.gitflow_export
- 해결!
반응형
'개발' 카테고리의 다른 글
Spring Cloud: Spring Cloud Gateway를 edge server로 사용 (0) | 2022.04.06 |
---|---|
minicap & minitouch ndk-build하는 방법 / ndk 설치 방법 / Android 12 지원 (1) | 2022.04.04 |
[ADB] 디바이스 화면 캡쳐 & 동영상 녹화 Capture screen and record video using ADB (0) | 2021.11.29 |
pytest 실행 시 terminal에 로그 남기기 (0) | 2021.11.24 |
stf install error 해결 / node version 변경 (0) | 2021.11.11 |
Comments