Когда я развертываю свое ruby-приложение на aws, используя эластичный beanstalk. Возникает следующая ошибка. пройти журнал
App 20278 stdout: intializing git
App 20278 stderr: error: could not lock config file /home/webapp/.gitconfig: No such file or directory
App 20278 stderr: sh: line 0: cd: /home/webapp: No such file or directory
журнал также говорит
Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <webapp@ip-172-31-28-185.us-east-2.compute.internal>) not allowed
Puma.log
eb.activity.log
Почему говорится: "/ home / webapp: нет такого файла или каталога"
Подскажите пожалуйста, как это исправить