How to Change Read-Only Status of Files in intellij

前端 未结 7 1873
日久生厌
日久生厌 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:49

    To toggle read-only attribute of a file, open file in the editor, or select it in the Project tool window. Do one of the following:

    • On the main menu, choose File | File Properties | Make File Read-Only, or Make File Writable.

    • Click the lock icon in the Status bar in the bottom right corner.

提交回复
热议问题