Closed SBqt closed 4 years ago
hi execute the below steps manually in your chef node because you are trying to run git commit but before git commit it is mandatory ti configure the user and the mail
git config --global user.name <yourname>
git config --global user.email <youremail>
once you execute those two commands then try to execute the cookbook.
This is not the right page for AWS Issues
I created a cookbook using chef generate cookbook -b kitchenawsdemo. I got the following errors but eventually cookbook was created in the folder but then i used to type aws configure, the first step towards setting test kitchen, ita not working. Please help me how to overcome this issue.