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

前端 未结 10 751
感动是毒
感动是毒 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 05:53

    Most common reason for this error is that you don't have permission to create file in the current directory. Ensure you are in the right directory. try this on mac system to list the directory

    ls, then cd right_folder_name

提交回复
热议问题