I have set up phabricator with http access to the repositories in a testing environment. However, a few things still seem to be wrong.
- a test repository from bitbucket neither imports files nor commits
- git clone of any added repository returns fatal: unable to access 'http://x.x.x.x/diffusion/M/mi_ke.git/': The requested URL returned error: 500
- the file structure in /var/repo looks quite strange, for instance
$ ls /var/repo/M
returns
branches config description HEAD hooks info objects refs
which looks like the content of the .git folder in a repository but not how the main folder in the repository should look like.
Any ideas how to approach my configuration problems?
Thank you.