i am currently working on windows.
Sometimes i have problems when i try :
git checkout origin develop
i have this error : error: un
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.