0
rsync를 사용하여 푸시하는 앱이 있습니다. 자식을 사용하려면, 나는 .dotcloud/설정에 가서dotcloud의 푸시 프로토콜로 git으로 변경
"push_branch": "some_branch",
"push_protocol": "git"
그러나, 지금은 밀어 시도에
"push_branch": null,
"push_protocol": "rsync"
을 변경 :
$ dotcloud push
==> Pushing code with git, branch some_branch from "./" to application myapp
Error: Unable to spawn git
내가 무슨 일을 했는가? 푸시 프로토콜을 변경하는 문서를 찾을 수 없습니다.
http://stackoverflow.com/questions/5575878/unable-to-spawn-git-no-such-file-or-directory-on-a-specific-fork-on-github와 조금 다릅니다. (ssh 키 문제)? – VonC