For me this was an error because I had the folder ownership given to www-data:ww-data. However, for my current aws ec2 user ubuntu was not able to do a git pull.
The easiest solution for me was to login as www-data:
sudo su -s /bin/bash www-data
For me this was an error because I had the folder ownership given to www-data:ww-data. However, for my current aws ec2 user ubuntu was not able to do a git pull.
The easiest solution for me was to login as www-data:
sudo su -s /bin/bash www-data
© 2024 A Weblog of Priyank Maniar.