Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpstorm IDE Could not save project:

Tags:

ide

phpstorm

It's on the Ubuntu system. I install the phpstorm IDE. But when i use it do edit files and save them,it shows a error:

Could not save project: java.io.FileNotFoundException: /home/project/.idea/workspace.xml_jb_bak_ (Permission denied).

If anyone know how to solve this problem, Please share your ways.

Thanks in advance

like image 986
Tony_Wang Avatar asked Jul 22 '13 13:07

Tony_Wang


People also ask

How do I save a project in Phpstorm?

Save a project as a templateFrom the main menu, select Tools | Save Project as Template. In the dialog that opens, name the template and provide a description.

How do I enable auto save in IntelliJ?

In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Appearance & Behavior | System Settings. Under Autosave, configure the following options: Save files when switching to a different application or a built-in terminal: Save all modified files when you switch from IntelliJ IDEA to a different application.

How do I save a project in IntelliJ?

zip file is available if the Android bundled plugin is enabled. From the main menu, select File | Export | Project to Zip File. In the dialog that opens, specify the path to which you want to save the . zip file with the project and click Save.


1 Answers

enter image description herego to preferences, system settings -> then uncheck "use safe write" checkbox.

like image 118
awm Avatar answered Oct 19 '22 09:10

awm