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

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

    I was facing same issue then I read first few lines of this question and I realised that I was trying to run command at the root directory of my bash profile instead of CD/my work project folder. I switched back to my work folder and able to clone the project successfully

提交回复
热议问题