cndi E1003 - You must have a clean git state
#555
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
The
cndiCLI exits with error code1003when 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