将 arcanist 与 github 存储库一起使用

问题描述 投票:0回答:0

上下文,可跳过

我想与在线存储库进行交互https://reviews.llvm.org/。社区使用 Phabricator,因此是 arcanist,以促进代码审查。我从来没有用过 arcanist,为了避免污染 repo,我想在我的个人 github repos 上玩它。

真题

我遵循的步骤:

  1. 已安装的奥术师:https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/
  2. 在 github 上创建了一个 repo
  3. 克隆到我的电脑上
  4. 创建.arcconfig,并将其设置为:
{
  "phabricator.uri" : "https:github.com/USERNAME/REPO.git"
}
  1. 之后,我做到了
arc install-certificate

弹出此错误消息:

Usage Exception: Failed to connect to server (https://github.com/api/): [HTTP/403] 
Cookies must be enabled to use GitHub.

上网查了一下,奇怪的是没有太多资料

我们是否只允许将它与已经在 Phabricator 上的存储库一起使用?现在有没有办法让 Phabricator 监控 github 存储库(因为 Phabricator 现在不再主动维护)?

github llvm phabricator arcanist
© www.soinside.com 2019 - 2024. All rights reserved.