What I would like to do : I would like to create a remote that points to a bare git repository on a vps server accessible through ssh. This bare repository will embed a hook to fetch the latest branch version into another directory on the same vps server.
Where I'm stuck :
Here is the part of my .git/config file for the remote definition
Whether the hook is enabled or not, it gives me the same output. Do you have any hint on what is wrong here ? I checked the remote repositories are both
Thank you for your time.
Turns out the remote bare git folder was in www-data ownership, not in the used ssh user ownership. Everything is working fine now. Regards & Sorry.