Could not create work tree dir 'example.com'.: Permission denied

前端 未结 10 775
感动是毒
感动是毒 2020-12-24 05:32

I have got a virtual private server with nginx Virtual Hosts setup (Server Blocks).

I\'ve installed Git and got my ssh keys authenticated with GitHub.

I have

10条回答
  •  忘掉有多难
    2020-12-24 06:10

    Change ownership and permissions folder

    sudo chown -R username.www-data /var/www
    
    sudo chmod -R +rwx /var/www
    

提交回复
热议问题