troubleshooting
How to resolve the error 'fatal: invalid reference: origin/dashboard-artifact' when running './risedev d'?
I encountered an error 'fatal: invalid reference: origin/dashboard-artifact' when running './risedev d' to extract dashboard artifacts. How can I resolve this error?
zh
zhoyx
Asked on Oct 29, 2023
- Check if the env
ENABLE_BUILD_DASHBOARD
is set inrisedev-components.user.env
file. - Ensure that
ENABLE_BUILD_DASHBOARD
is unset if you don't want to build the dashboard. - For forked repos, make sure the branch
dashboard-artifact
is available.
Oct 29, 2023Edited by