unable to create file … Permission denied

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

    In my case, my angular app was still running from ng serve, giving this:

    Git Bash - ng serve

    So I just had to close it with ctrl+c.

提交回复
热议问题