
php - how to install Phabricator on windows? - Stack Overflow
Use below steps to setup phabricator/arc cli on windows box. Download & Install Git Bash. It needs PHP, if you don't have PHP installed on machine then you use XAMP or WAMP. Find the installation directory for PHP and set system path for that. Open command prompt and test the php installation by writing php command.
How do you find the PHID of a Phabricator object?
Sep 9, 2014 · I need to get the PHIDs for one project and several users in our Phabricator install. It seems like it should be trivial to find out how to do this, but I've searched the docs to no avail. Am I loo...
How do you change a user's email address in Phabricator
Jan 21, 2014 · Administrators are not all-powerful in Phabricator's permission model, and can not compromise accounts, act as other users, or violate policies. If you need to change an address because you made a mistake when creating a new account, you …
Phabricator arc land won't work because that there are multiple ...
Feb 10, 2017 · I have two branches, started at different points. They are mostly the same, except for a few extra commits on one of them. When I try to land that one, I get: Usage Exception: There are multiple
phabricator - Access the history of a task using the Conduit API ...
Aug 15, 2019 · I want to be able to use the Phabricator Conduit API to get historical information about a task such as when it was assigned/unassigned and when it moved columns on a workboard. I've looked throu...
phabricator - Is there a way to specify default reviewers in Arcanist ...
Sep 27, 2016 · I use Arcanist and Phabricator at work and constantly have to manually specify the reviewer field whenever I do arc diff. 95% of the time I use the same reviewer value, which is my current team. I ...
Continuous integration (CI) with Phabricator? - Stack Overflow
Dec 17, 2014 · I tried continuous integration tools Travis CI, CircleCI and codeship, but found none of them provide support document for phabricator. Does anyone have ideas about how to do continuous integration...
Configure Git with SSH for Phabricator - Stack Overflow
Feb 1, 2017 · I'm trying to configure SSH for Phabricator to get git running. I've followed this manual but when I call echo {} | ssh git@phabricator.mydomain.com conduit conduit.ping I always get an empty result or Permission denied (publickey,keyboard-interactive)..
git - Phabricator: Error updating working copy: Command killed by ...
Dec 12, 2018 · Phabricator: Error updating working copy: Command killed by timeout after running for more
phabricator - How to install PHP extension 'pcntl' on my Mac OSX ...
Dec 9, 2015 · My operating system is:Mac OSX 10.11 I'm trying to install Phabricator on my Mac, when I execute the command of phabricator cpopt$ ./bin/phd start I got an error: "ERROR: The PHP extension 'pc...