我最近开始使用phabricator。我正在使用 Arcanist CLI 将差异提交给 phabricator。直到昨天它工作正常,今天每当我尝试创建新修订或更新现有修订时它都会引发错误。
这是我用来更新修订的命令D3
arc diff --update D3
在我发表评论后,它会引发以下异常
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Usage Exception: No changes found. (Did you specify the wrong commit range?)
你们知道可能出了什么问题吗?