rsync を使用してプッシュするアプリがあります。git を使用するために、.dotcloud/config に移動して変更しました
"push_branch": null,
"push_protocol": "rsync"
に
"push_branch": "some_branch",
"push_protocol": "git"
ただし、今プッシュしようとすると:
$ dotcloud push
==> Pushing code with git, branch some_branch from "./" to application myapp
Error: Unable to spawn git
私は何を間違えましたか?プッシュ プロトコルを変更するためのドキュメントが見つかりませんでした。