unable to create file … Permission denied

后端 未结 12 986
旧时难觅i
旧时难觅i 2020-12-14 00:48

i am currently working on windows.

Sometimes i have problems when i try :

git checkout origin develop

i have this error : error: un

12条回答
  •  执笔经年
    2020-12-14 01:12

    [Solved] I figured out this by giving permission to the directory where I wanted to create a file, by using the following command

    sudo chmod a+rwx 
    

提交回复
热议问题