QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

Issue while doing Test kitchen setup with AWS. #98

Closed SBqt closed 4 years ago

SBqt commented 4 years ago

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. Capture4 Capture1 Capture2 Capture3

srmanikanta commented 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.

shaikkhajaibrahim commented 4 years ago

This is not the right page for AWS Issues