インストーラーで git をインストールしましたが、問題なく動作します。私は git 用のコマンド ライン ツールを持っていますが (以下の証明を参照)、Boxen を実行するとすべてが壊れているようです。
インストール中にboxenが見つからないgitを知っている人はいますか? また、自作でgitをインストールしようとしましたが、これでも問題は解決しませんでした。Boxen は git を見つけることを拒否します。
お役に立てれば幸いです。
stefan.vermaas at macbook in ~
○ git --version
git version 2.4.3
stefan.vermaas at macbook in ~
○ which git
/usr/local/git/bin/git
stefan.vermaas at macbookx in ~
○ which git
/usr/local/heroku/bin:/usr/local/git/bin/git:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
stefan.vermaas at macbook in /opt/boxen/repo on master
± ./script/boxen
--> Preparing to auto-update...
--> Complete! Nothing new from upstream.
Fact file /opt/boxen/repo/facts.d/example.yaml was parsed but returned an empty data set
Notice: Compiled catalog for macbook in environment production in 2.39 seconds
Error: Could not find command 'git'
また、Thorbjørn Ravn Andersen が提案したようにパスを拡張しようとしましたが、「エラー: コマンド 'git' が見つかりませんでした」とまだ言っています。