Home > Back-end >  Vs code, devcontainer, git
Vs code, devcontainer, git

Time:04-06

I keep getting this error error: unable to unlink old, when I change something on other device and then try to pull.

Unfortunately sudo chmod -R g w doesn't help, even option with a didnt fix it.

Is there a way to make my git user able to do whatever changes it wants on dirs shared with docker containers (because now I have to sudo rm -rf (yes sudo, because normal gives permission error) folder and clone again ...)?

CodePudding user response:

This is most likely not a rights issue but another application has locked the file. Try closing all your applications and pull again.

CodePudding user response:

Try if this is a handle resource issue as I https://code.visualstudio.com/assets/docs/remote/wsl/architecture-wsl.png

  • Related