Details
Details
I've setup phabricator in a freshly installed Centos 6.5 on VM.
After the installation, I created a new hosted Git Repository, activate http read/write, and set the vcs password.
But when I try to push something,
http://<phabricator-user>@<phabricator-address>/diffusion/<repo-name>/<repo-name>.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit
occured.
All status in repository page (in Phabricator) are green.
What should I do?
Thank you for your help
Answers
Answers
I had the same problem, and its always a mess to find the solution. It appears if you do not follow all the instructions on how to set up the git repo to the letter and take a shortcut by running the deamons as root. If you run into this ( on a debian mashing that runs apache as the user www-data ) you have to make sure
- That the deamons are running as www-data. ( or prob evem better follow the instructions on how to run them propperly )
- Make sure /var/repo exists and the www-data has read and write permissions to that folder.
Usually if you create the repo with a deamon running as root www-data will not be able to push to that repo.
New Answer
New Answer