Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Failing when Capistrano try to run the "git clone" command

$
0
0

Hello,

already the second the I am trying to figure out this issue, but still without a result... I have set up Capistrano, using Amazon EC2 bitnami server and when Capistrano trying to clone the code from Github, I am getting following error message:

  • executing "git clone -q git@github.com:user/repo.git /opt/bitnami/apache2/htdocs/myapp/releases/20130503100357 && cd /opt/bitnami/apache2/htdocs/myapp/releases/20130503100357 && git checkout -q -b deploy 46b3fac1c86767a2be469f32a9c18652c04aafc0 && (echo 46b3fac1c86767a2be469f32a9c18652c04aafc0
    /opt/bitnami/apache2/htdocs/myapp/releases/20130503100357/REVISION)" servers: ["IP.compute-1.amazonaws.com"] [IP.compute-1.amazonaws.com] executing command [IP.compute-1.amazonaws.com :: out] ssh: /opt/bitnami/common/lib/libcrypto.so.1.0.0: no version information available (required by ssh) [IP.compute-1.amazonaws.com :: out] Permission denied (publickey). [IP.compute-1.amazonaws.com :: out] fatal: The remote end hung up unexpectedly command finished in 960ms * [deploy:update_code] rolling back

Could you give me, please, any advice how to get over this issue? I've tried to google it, but I wasn't very successful with that...

Thank you very much


Viewing all articles
Browse latest Browse all 2052

Trending Articles