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
-
description
The
cndi
CLI exits with error code1003
when 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 status
command. Then you should either discard, stash or commit your changes usinggit commit
Beta Was this translation helpful? Give feedback.
All reactions