My problem is that I need to perform a clone and a commit from a server which using gitolite to create remote repository.
When I perform a manual clone with www-data user :
git clone ssh://git@git-repo.fr/client_1_foo /tmp/client_1_foo
The project is clone.
But when the same comand is called by my script(PHP) I get an error 128 (SSH error).
EDIT : (user executing the script is www-data) Any idea ?
gitolite conf :
repo client_1_foo
RW+ = @client_1_foo_ADMIN @all www-data
RW = @client_1_foo_DEV Jenkins
R = daemon