Page MenuHomePhabricator

Cannot clone repo hosted on Phabricator via HTTP
OpenPublic

Asked by YouyiDev on Jan 5 2016, 9:00 AM.

Details

I created a git repo on Phabricator and intended to clone via HTTP.

However, GIT_CURL_VERBOSE=1 git clone http://phabricator.youyiii.com/diffusion/DEMO/demo.git always gave me the same error:

< HTTP/1.1 500 Error 1: sudo: a password is required
< Server: nginx/1.0.15
< Date: Sun, 03 Jan 2016 14:55:40 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-Powered-By: PHP/5.3.3
<

Connection #1 to host phabricator.youyiii.com left intact
fatal: unable to access 'http://phabricator.youyiii.com/diffusion/DEMO/demo.git/': The requested URL returned error: 500

Please see comments for more details. Big thanks in advance!

New Answer