想在建立新的 hotfix 這時候就會出現以下訊息
$ git flow hotfix start test也就是......
There is an existing hotfix branch (crlf_to_lf_only). Finish that one first.
一次只能存在一個 hotfix 不能同時開多個 hotfix 各自修正
也許考慮使用 git flow feature 可能會好一點
可惜就是不能設定自動合併到 master
$ git flow hotfix start test也就是......
There is an existing hotfix branch (crlf_to_lf_only). Finish that one first.
contrib\msysgit-install.cmd來做安裝但是顯示錯誤
make install來做安裝
git flow init時卻又出現一些錯誤訊息
local\bin/gitflow-shFlags: line 1: shFlags/src/shflags: No such file or directory接下來考慮到可能是安裝時的隱藏錯誤
local\bin/git-flow: line 78: FLAGS: command not found
contrib\msysgit-install.cmd這次使用一般的DOS來執行
MsysGit installation directory not found.由訊息可知無法正確判斷GIT路徑
Try to give the directory name on the command line:
msysgit-install "C:\Program Files\Git"
bin\getopt.exe not found.於是忽然想到在本文開頭提到的 bin.zip 資料夾內有 getopt.exe 這個檔案
You have to install this file manually. See the GitFlow README.
contrib\msysgit-install.cmd "D:\msysgit"這次就沒有錯誤訊息了