https://github.com/nvie/gitflow(Windows Server 2003 SP2 64ビットを使用しています)の手順を使用して、Windowsでgitflowを実行しようとしています。
Cygwinとmsysgitの両方を試しました。
Cygwinでは、wgetを呼び出しても何も返されません。
msysgitを使用すると、かなり先に進みますが、git flow initを実行しようとすると、次のエラーが発生します。
C:\Program Files (x86)\Git/libexec/git-core/git-flow: line 45: dirname: command not found
C:\Program Files (x86)\Git/libexec/git-core/git-flow: line 68: /gitflow-common: No such file or directory
C:\Program Files (x86)\Git/libexec/git-core/git-flow: line 76: /gitflow-shFlags: No such file or directory
git-flow bashファイルの最初のエラーを見ると、45行目には次のものが含まれています。
export GITFLOW_DIR=$(dirname "$0")
https://github.com/nvie/gitflow/issues/issue/25?authenticity_token=54d6387519b4751c2fb13840c52bb819dee10af4の手順にも従おうとしましたが、違いはありません。
何か案は?
ありがとう