cndi E1006 - you must have a clean git state
#547
IamTamika
announced in
Error Message Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
description
This error is indicating that there are uncommitted changes in your Git repository that are preventing cndi run , cndi destroy and cndi terraform commands from executing.
resolution tips
Make sure you don't have any untracked files in your Git repository. You can check this with the
git statuscommand. Then you should either discard, stash or commit your changes usinggit commitBeta Was this translation helpful? Give feedback.
All reactions