Hello,
I setup my webistrano i deployed many application all are working for one exception application only i am able to run deploy:setup but when i am doing run deploy it is
showing the following error.
Can any one please help me on this ?
---------------------------------------------------------------------------------------------------------------------------------------------------------------
executing locally: "git ls-remote g...@git.localhost.com:app/app.git HEAD"
command finished in 6573ms
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
* executing "git clone -q g...@git.localhost.com:app/app.git /var/www/testingapp/releases/20120828133352 && cd /var/www/testingapp/releases/20120828133352 && git checkout -q -b deploy be8cdefa5f4fa20292c0eebbe369feaa5a350c88 && (echo be8cdefa5f4fa20292c0eebbe369feaa5a350c88 > /var/www/testingapp/releases/20120828133352/REVISION)"
servers: ["
stage.test.com"]
[
stage.test.com] executing command
** [
stage.test.com :: out]
g...@git.localhost.com's password:
** [
stage.test.com :: out]
** [
stage.test.com :: out] Permission denied, please try again.
**
g...@git.localhost.com's password:
** [
stage.test.com :: out]
** [
stage.test.com :: out] Permission denied, please try again.
**
g...@git.localhost.com's password:
** [
stage.test.com :: out]
** [
stage.test.com :: out] Permission denied (publickey,password).
** fatal: The remote end hung up unexpectedly
command finished in 3096ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/testingapp/releases/20120828133352; true"
servers: ["
stage.test.com"]
[
stage.test.com] executing command
--------------------------------------------------------------------------------------------------