Git Checkout warning: unable to unlink files, permission denied

后端 未结 26 1170
梦毁少年i
梦毁少年i 2020-12-04 08:46

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

26条回答
  •  [愿得一人]
    2020-12-04 09:36

    You don't have the access permission, maybe because you are not the owner.

    Fix by changing the owner to yourself:

    sudo chown -R your_login_name /path/to/folder
    

提交回复
热议问题