After going through the installation steps mentioned at https://fuchsia.dev/fuchsia-src/get-started/get_fuchsia_source.
The error message was as shown below -
yeah@DESKTOP:/mnt/c/Users/Yewon/Desktop$ curl -s "https://fuchsia.googlesource.com/fuchsia/+/HEAD/scripts/bootstrap?format=TEXT" | base64 --decode | bash
cipd bootstrapped to path:"/mnt/c/Users/Yewon/Desktop/fuchsia/.jiri_root/bin/cipd"
Please add /mnt/c/Users/Yewon/Desktop/fuchsia/.jiri_root/bin to your PATH
[21:47:29.755] WARN: Please opt in or out of analytics collection. You will receive this warning until an option is selected.
To check what data we collect run: jiri init -show-analytics-data
To opt-in run: jiri init -analytics-opt=true "/mnt/c/Users/Yewon/Desktop/fuchsia"
To opt-out run: jiri init -analytics-opt=false "/mnt/c/Users/Yewon/Desktop/fuchsia"
[21:47:29.962] WARN: Please opt in or out of analytics collection. You will receive this warning until an option is selected.
To check what data we collect run: jiri init -show-analytics-data
To opt-in run: jiri init -analytics-opt=true "/mnt/c/Users/Yewon/Desktop/fuchsia"
To opt-out run: jiri init -analytics-opt=false "/mnt/c/Users/Yewon/Desktop/fuchsia"
[21:47:30.314] Updating all projects
ERROR: Project integration(integration) contains uncommitted changes:
Commit or discard the changes and try again.
[21:52:02.015] WARN: Projects with local changes and/or not on JIRI_HEAD:
integration (integration): (Has changes) (Not on JIRI_HEAD)
To force an update to JIRI_HEAD, you may run 'jiri runp git checkout JIRI_HEAD'
[22:12:03.123] Jiri hooks are not run due to fatal errors when updating projects or packages
ERROR: Project integration(integration) contains uncommitted changes:
Commit or discard the changes and try again.
Could anyone share how to fix it?
I'm trying to install Fuchsia on a Khadas VIM3 board by following https://fuchsia.dev/fuchsia-src/development/hardware/khadas-vim3.