언제든 편하게 다시 꺼내보기 위해 정리해보는 Git-flow 설치 과정
의심스러운 파일 다운로드
누르면 됨C:\Program Files\Git\bin
c:\git-flow-test
라서 아래와 같이 입력함git clone --recursive git://github.com/nvie/gitflow.git
cd gitflow
contrib\msysgit-install.cmd "C:\Program Files\Git"
* 4-1) 과정에서 오류날 경우
- 오류
>errno=Unknown error
에러 발생
- 해결
>git config --global url.https://github.com/.insteadOf git://github.com/
명령어 입력
✔️ 실제 프로젝트 폴더에서도 Git Flow가 정상적으로 설치된 것을 확인할 수 있다 !
🔗 References