intellij idea 不能保存项目,报错ide
错误信息:弹出提示框,控制台输出idea
Could not save project!: Unable to save project files. Please ensure project files are writable and you have permissions to modify them. Try to save project again.code
错误理解:开发
没有权限get
解决思路:经过https://youtrack.jetbrains.com/issue/IDEA-90978文章找到解决信息cmd
cmd命令窗口中输入it
attrib -r +s F:\\项目根目录文件io
attrib -r +s F:\\项目根目录文件\*table
attrib -r +s 命令含义:设置系统清除只读属性file
+ 设置属性。 - 清除属性。 r 只读文件属性。 a 存档文件属性。 s 系统文件属性。 h 隐藏文件属性。
例如project项目
attrib -r +s F:\\project
attrib -r +s F:\\project\*
解决结果:
到此,ctrl+S保存项目保存问题解决,关闭intellij idea 保存项目报错问题解决
后续有不少开发填坑的文章发布,若是对你有帮助,请支持和加关注一下