1
    ssh: Could not resolve hostname mitosis.example.com: Name or service not known
    fatal: The remote end hung up unexpectedly

    *** [deploy:update_code] rolling back
      * executing "rm -rf /home/httpd/h.example.com/htdocs/www/releases/20131011050831; true"
        servers: ["stagger6.colo.example.com"]
     ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: stagger6.colo.example.com 
          (SocketError: getaddrinfo: Name or service not known)

    Command git ls-remote git@mitosis.example.com:example-site.git master returned status code pid 4571 exit 128
4

1 回答 1

0

capfile 配置不正确。

git@mitosis.example.com:example-site.git 是示例信息。

mitosis.example.com 不是有效的主机。

于 2013-10-11T19:03:20.210 回答