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

私は似ている他の2つの質問を見ましたが、それらは役に立ちませんでした、

4

1 に答える 1

1

PATHをebの場所に設定する必要があります。次のように:

C:\> set PATH=%PATH%;<path_to_unzipped_EB_CLI_package>\eb\windows\

私の場合、AWSサンプルコードとライブラリフォルダーをCドライブに配置したので、上記のリンクは次のようになります。

C:\AWS-ElasticBeanstalk-CLI-2.5.1\eb\windows\

AWS-ElasticBeanstalk-CLI-2.5.1フォルダーの内容がすべて揃っていることを確認してください。ebおよびapiフォルダー

于 2013-09-10T17:51:25.927 に答える