mardi 22 avril 2014

git - impossible d'exécuter aws.push pour tête de référentiel local - Stack Overflow


I'm trying to deploy a Ruby project (redmine) on an Elastic Beanstalk server using the Elastic Beanstalk Command Line Interface, but when I try to launch the environment i get the following error:


$ eb start
Starting application "redmine".
Would you like to deploy the latest Git commit to your environment? [y/n]: y
Cannot run aws.push for local repository HEAD:

And thats all that is printed out. As a reference, I was following the instructions here: http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applications-to-AWS-Elastic-Beanstalk-with-Git




I got this error because I had no Ruby installed on my local machine. Did you satisfy all requirements?




I got the same error, so I hit "n" and let the environment start without deploying any code. After it was Green, I used aws.push to deploy my code and it worked fine.



I'm trying to deploy a Ruby project (redmine) on an Elastic Beanstalk server using the Elastic Beanstalk Command Line Interface, but when I try to launch the environment i get the following error:


$ eb start
Starting application "redmine".
Would you like to deploy the latest Git commit to your environment? [y/n]: y
Cannot run aws.push for local repository HEAD:

And thats all that is printed out. As a reference, I was following the instructions here: http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applications-to-AWS-Elastic-Beanstalk-with-Git



I got this error because I had no Ruby installed on my local machine. Did you satisfy all requirements?



I got the same error, so I hit "n" and let the environment start without deploying any code. After it was Green, I used aws.push to deploy my code and it worked fine.


0 commentaires:

Enregistrer un commentaire