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

前端 未结 10 756
感动是毒
感动是毒 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:03

    I think you don't have your permissions set up correctly for /var/www Change the ownership of the folder.

    sudo chown -R **yourusername** /var/www

提交回复
热议问题