You can verify the git config --global color.ui setting by running the following command in your terminal:
git config --global color.ui
If the output is auto, then the setting is correctly configured. If it returns a different value or nothing at all, you may need to set it using:
git config --global color.ui auto
