I have created a git repositry in phabricator from diffusion-> active repository -> new repository with hosting server over http read/write enable After have try to clone this new repositry on my computer, I submit username and password and got error 403 :
fatal: unable to access 'http://127.0.0.1:8081/diffusion/TESTMAU/mau-test.git/': The requested URL returned error: 403
I use it with this docker : https://github.com/yesnault/docker-phabricator
Can you help me please?
problem solved : To use git from phabricator in http, we need to use VCS password not the account password. And it's works !