I am aware that there are similar issues about git relating to the \'unable to unlink\' warning, but I have not been able to use them.
The main difference is that th
You can change the write permissions to get it done.
sudo chmod -R ug+w .
This command will give 'w' permissions to all the folders in the current directory.
'w'