Git capistrano错误与乘客和;吉特;sh:2:master:未找到“;

Git capistrano错误与乘客和;吉特;sh:2:master:未找到“;,git,ruby-on-rails-3.2,capistrano,passenger,Git,Ruby On Rails 3.2,Capistrano,Passenger,我正在为我的一个项目设置capistrano。(这是 这几乎是相同的情况,除了我的应用程序目录在git控制下,所以我不得不 git远程rm源 以前 git远程添加源ssh://h41319@h33.hvosting.ua/~/www/elmor.org.ua 如果我运行cap deploy,我会得到一个错误,部署将回滚…错误如下 **事务处理:开始 *2013-02-13 18:43:36执行 `部署:更新_代码' 本地执行:“git ls remotessh://h41319@h33.hvos

我正在为我的一个项目设置capistrano。(这是
这几乎是相同的情况,除了我的应用程序目录在git控制下,所以我不得不

git远程rm源

以前

git远程添加源ssh://h41319@h33.hvosting.ua/~/www/elmor.org.ua

如果我运行cap deploy,我会得到一个错误,部署将回滚…错误如下

**事务处理:开始
*2013-02-13 18:43:36执行 `部署:更新_代码' 本地执行:“git ls remotessh://h41319@h33.hvosting.ua/~/www/elmor.org.ua\n master“sh:2:
主机:未找到
*[部署:更新\u代码]正在回滚


在服务器上设置应用程序目录时出错,现在一切正常:

set:applicationdir,“~/www/#{domain}”