0

Context, can be skipped

I would like to interact with a online repository https://reviews.llvm.org/. The community uses Phabricator, thus arcanist, to facilitate the code review. I have never used arcanist, to avoid polluting the repo, I wanted to play with it on my personal github repos.

Actual Question

Steps I followed:

  1. Installed arcanist: https://secure.phabricator.com/book/phabricator/article/arcanist_quick_start/
  2. Created a repo on github
  3. Cloned it on my computer
  4. Created .arcconfig, and set it to:
{
  "phabricator.uri" : "https:github.com/USERNAME/REPO.git"
}
  1. After which, I did
arc install-certificate

And ther is this error message popped up:

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

Tried to look on the Internet, but strangely there is no much information about it.

Are we only allowed to use it with repositories that are already on Phabricator? Is there a way to allow Phabricator to monitor a github repository nowadays (because Phabricator is now no longer actively maintained)?

Anton Korobeynikov
  • 9,074
  • 25
  • 28
C.Y
  • 41
  • 5

0 Answers0