Reputation: 401
> eb init
(Answered all questions)
Failed to update local Git configuration. Follow the instructions at "http://doc
s.amazonwebservices.com/elasticbeanstalk/latest/dg/command-reference-get-started
.html" to set up your Git repository, and then try again.
local variable 'fullpath' referenced before assignment
C:\Program Files (x86)\PuTTY\plink.exe
I have looked at two other questions which are similar but they haven't helped,
Upvotes: 2
Views: 639
Reputation:
You must set your PATH to the location of eb. like the following :
C:\> set PATH=%PATH%;<path_to_unzipped_EB_CLI_package>\eb\windows\
for me , I put the AWS Sample Code & Libraries folder on my C drive , So the link above must be
C:\AWS-ElasticBeanstalk-CLI-2.5.1\eb\windows\
Make sure that you have all the AWS-ElasticBeanstalk-CLI-2.5.1 folder contents; eb and api folders
Upvotes: 1