我有一个使用 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
我做错了什么?我找不到更改推送协议的文档。