phabricator icon indicating copy to clipboard operation
phabricator copied to clipboard

No git-http-backend

Open n3v3rf411 opened this issue 7 years ago • 4 comments

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...

n3v3rf411 avatar Mar 22 '17 10:03 n3v3rf411

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...

hach-que avatar May 02 '17 16:05 hach-que

I do this after startup. ./bin/config set environment.append-paths '["/usr/lib/git"]'

gai00 avatar Nov 15 '17 10:11 gai00

I try to do this, but it does not work. ./bin/config set environment.append-paths '["/usr/lib/git"]'

qiaoenxin avatar May 16 '18 10:05 qiaoenxin

I believe this is now fixed

kennethreitz avatar May 17 '18 16:05 kennethreitz