(output: str)
| 1445 | ( |
| 1446 | "GitHub sync needs remote changes, but automatic rebase conflicted. " |
| 1447 | f"Resolve the reading-notes repo manually, then sync again: {rebase_output}" |
| 1448 | ) |
| 1449 | if language == "en" |
| 1450 | else ( |
| 1451 | "GitHub 同步需要合并远端新提交,但自动 rebase 发生冲突。" |
| 1452 | f"请手动处理阅读笔记仓库冲突后再同步:{rebase_output}" |
no outgoing calls
no test coverage detected