intellij idea 不能保存項目,報錯解決辦法

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 保存項目報錯問題解決

後續有不少開發填坑的文章發佈,若是對你有幫助,請支持和加關注一下

http://e22a.com/h.05ApkG?cv=AAKHZXVo&sm=339944

https://shop119727980.taobao.com/?spm=0.0.0.0 

相關文章
相關標籤/搜索