mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-06 22:55:56 +08:00
## Summary - When GitHub is inaccessible, the openclaw installation script now automatically falls back to GitCode mirror instead of failing with error code 103 - Added `downloadWithFallback` function that tries GitHub first, then GitCode mirror - If `OPENCLAW_USE_MIRROR=1` is set, the order is reversed (GitCode first, then GitHub) ## Test plan - [ ] Test installation with GitHub accessible - [ ] Test installation with GitHub blocked (should fallback to GitCode mirror) - [ ] Test installation with `OPENCLAW_USE_MIRROR=1` environment variable Signed-off-by: kangfenmao <kangfenmao@qq.com>