Page MenuHomePhabricator

VCS access broken after update
Closed, ResolvedPublic

Description

After updating to HEAD moments ago, we are getting the following error when pulling from a git repo:

$ git pull
phabricator-ssh-exec: Invalid command.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

It seems to be a regression in rP368f3591142ed923bcf2a8bf1a48b746794f2f02: an undefined $workflow_names variable is referenced.

Revisions and Commits

Event Timeline

jbeta raised the priority of this task from to Needs Triage.
jbeta updated the task description. (Show Details)
jbeta added a subscriber: jbeta.
epriestley triaged this task as Normal priority.
epriestley added subscribers: epriestley, joshuaspence.

Thanks for the report! I think your analysis is correct. D13893 should fix this.

Whoa, badges!

(On a less important note, confirmed fixed for us in HEAD. Thanks for the quick response.)