David Mckee
David Mckee

Reputation: 1180

Elastic Beanstalk failed to update local Git configuration on Windows

I am currently unable to set up my EB because I am having trouble finishing the eb init.

I have this error:

 > 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.

I have looked at other questions, including Elastic Beanstalk failed to update local Git configuration - Windows, but it nothing there worked for me. I also do not have a local variable error. Any ideas?

Upvotes: 1

Views: 203

Answers (1)

kukido
kukido

Reputation: 10601

You should run $ git init first to initialize Git repository. EB will install some of the tools under .git.

Upvotes: 1

Related Questions