How to Change Read-Only Status of Files in intellij

前端 未结 7 1998
日久生厌
日久生厌 2021-02-06 22:17

I have a Java project and I want to modify it in intellij but I can\'t do it because of this \" read-only file \" or \"file is not writable\"

7条回答
  •  南旧
    南旧 (楼主)
    2021-02-06 22:58

    This error appears when the other user has created those files.
    1. Right click on the file or folder to be deleted.
    2. Choose reveal in folder option.
    3. Delete the file and enter the password.
    4. Files will be deleted.

提交回复
热议问题