When I deploy my ruby app on aws using elastic beanstalk. Following error occur. pass log
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 log also says
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.activity.log
Why it is saying "/home/webapp: No such file or directory"
Please tell me how to fix this