LoginSignup

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Elastic Beanstalk git command not found

解決したいこと

AWSのELastic Beanstalkを用いてAPIサーバーのデプロイを行いたいと考えています。
デプロイ時にgit commandがnot foundと出てデプロイできません。

2022/11/23 03:28:07.517835 [INFO]   ERROR: Error [Errno 2] No such file or directory: 'git': 'git' while executing command git version
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

これを調べるとextensionsに以下のようなファイルを設置すると解決すると書かれていたのですが同じようなエラーが出てしまいます。

00-packages.config
packages:
  yum:
    git: []

どのようにすればよれば解決できるでしょうか?

0

No Answers yet.

Your answer might help someone💌