I'm having a problem pushing to a git repository hosted by phabricator. I get a `permission denied` error:
remote fatal: Unable to create temporary file '/opt/bitnami/apps/phabricator/repo/T/./objects/pack/tmp_pack_XXXXXX': Permission denied error: unpack failed: index-pack abnormal exit
I imagine this *might* be solved if I were to change the storage location of the repo, but where should I change it to?
Git repo is setup with HTTP access, http.allow-auth is true and my VCS password is set...