beanstalk using php-git on windows client
- by ntidote
I am trying to install beanstalk for php using git. I am using a Windows Client machine. I am done with the prerequisite installations , credentials setup. I am following the link
http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/create_deploy_PHP.sdlc.html
The following step does not workout (i use git bash for git related commands)
From your Git repository directory, type the following command.
git aws.config
This gives the error
git : 'aws.config' is not a git command.
Please suggest how to deal with the issue.