phabricator
phabricator copied to clipboard
No git-http-backend
Serving git via http seems to be not working at the moment because git-http-backend is not symlinked in phabricator/support/bin. I could pull a PR on this after some time...
Hmm, I was under the impression that the boot script configured environment.append-paths
to add the Git backend binaries to the PATH
. But that seems not to be the case...
I do this after startup. ./bin/config set environment.append-paths '["/usr/lib/git"]'
I try to do this, but it does not work. ./bin/config set environment.append-paths '["/usr/lib/git"]'
I believe this is now fixed