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 ...)?