git aws.push command not created by eb init

amazon-elastic-beanstalk, amazon-web-services, deploying, ruby-on-rails-3

Solution

I have used tips from this question to solve my problem. Check if there is no folder to which you don't have the necessary permissions or files in your PATH.

Problem

I was following the tutorial on how to deploy a Ruby on Rails application on AWS and got the following error when trying to execute the `git aws.push` command: `fatal: cannot exec 'git-aws.push': Not a directory` According to this tutorial the `eb init` was supposed to have created this new git command for me, but apparently it did not... Has someone stumbled upon this problem? How can I fix this? I am using Mac OS Lion. Thanks

Original source