unable to create file … Permission denied

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

    I was facing the same issue. If your code is running, Stop it (i.e close the terminal on which npm run *** is working) and close Visual Studio. Re-open it and again run the command git checkout develop . It worked for me.

提交回复
热议问题