当我使用 elastic beanstalk 在 aws 上部署我的 ruby 应用程序时。出现以下错误。 传递日志
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 "[email protected]"
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 <[email protected]>) not allowed
Puma.log
eb.活动日志
为什么它说“/home/webapp:没有这样的文件或目录”
请告诉我如何解决这个问题