0
votes

I am using IntelliJ IDEA 2020.1 in my linux pc and I have a problem with the auto-saving. When I close IntelliJ and reopen my IDE, it doesn't save my configuration and shows me this message:

Unable to save settings : Failed to save settings . Please restart IntelliJ IDEA

what should I do for this.

1
Can you show the full error - see it the idea.log file (Help | Show Log in ... action).Andrey

1 Answers

1
votes

Check the full error in idea.log file (Help | Show Log in ... action). Usually it contains the reason.

It may help to re-open the project using File | New | Project from Existing Sources and select to delete existing project configuration files.