cndi E1002 - you must make a commit on your branch before running
#558
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 code1002when there are uncommitted changes in your new 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