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