Problems with `arc` and `phabricator`

Hello, I just fixed a small bug in GHC (#11406) and I'm trying to push the change to `phabricator` for review, but the command is failing. Here is my output, could you please advise on what to do?
arc diff Linting... LINT OKAY No lint problems. Running unit tests... No unit test engine is configured for this project. PUSH STAGING Pushing changes to staging area... Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. STAGING FAILED Unable to push changes to the staging area. Usage Exception: Failed to push changes to staging area. Correct the issue, or use --skip-staging to skip this step. Clearly, there is some sort of permission issue... -Iavor

Hello Iavor,
You need to upload you ssh key to phabricator.
You can do it here,
https://phabricator.haskell.org/settings/user/yav/page/ssh/
If you need any more help with phab then feel free to ping me on IRC
or by email.
Matt
On Thu, Jan 26, 2017 at 9:35 PM, Iavor Diatchki
Hello,
I just fixed a small bug in GHC (#11406) and I'm trying to push the change to `phabricator` for review, but the command is failing. Here is my output, could you please advise on what to do?
arc diff Linting... LINT OKAY No lint problems. Running unit tests... No unit test engine is configured for this project. PUSH STAGING Pushing changes to staging area... Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. STAGING FAILED Unable to push changes to the staging area. Usage Exception: Failed to push changes to staging area. Correct the issue, or use --skip-staging to skip this step.
Clearly, there is some sort of permission issue...
-Iavor
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Ah good, that worked. I've pushed before, I wonder what happened to my key? On Thu, Jan 26, 2017 at 1:39 PM, Matthew Pickering < matthewtpickering@gmail.com> wrote:
Hello Iavor,
You need to upload you ssh key to phabricator.
You can do it here,
https://phabricator.haskell.org/settings/user/yav/page/ssh/
If you need any more help with phab then feel free to ping me on IRC or by email.
Matt
On Thu, Jan 26, 2017 at 9:35 PM, Iavor Diatchki
wrote: Hello,
I just fixed a small bug in GHC (#11406) and I'm trying to push the change to `phabricator` for review, but the command is failing. Here is my output, could you please advise on what to do?
arc diff Linting... LINT OKAY No lint problems. Running unit tests... No unit test engine is configured for this project. PUSH STAGING Pushing changes to staging area... Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. STAGING FAILED Unable to push changes to the staging area. Usage Exception: Failed to push changes to staging area. Correct the issue, or use --skip-staging to skip this step.
Clearly, there is some sort of permission issue...
-Iavor
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
Ben Gamari
-
Iavor Diatchki
-
Matthew Pickering