unable to create file … Permission denied

后端 未结 12 994
旧时难觅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:17

    I had the same issue and the problem was open files. Make sure you don't have the files git is trying to create open anywhere; close your localhost browser tabs if any of the files are open there; close all references to the files you are working with. That's what worked for me.

提交回复
热议问题