美文网首页
webstorm: clear read-only status

webstorm: clear read-only status

作者: _哈哈哈哈哈哈 | 来源:发表于2021-02-24 16:46 被阅读0次

    clear read-only status问题是由于文件权限不够导致的,要想修改文件,就修改文件权限

    进入终端(不用在项目路径下),然后执行命令: chmod -R 777 文件路径

    如何获取文件路径:

    在所在的代码,点击下图中的圆按钮,会显示你的文件在webstorm左侧文件导航栏的位置,右击文件,copy -> copy absolute path,就是上面要求的文件路径

    执行命令后,锁就解开了

    相关文章

      网友评论

          本文标题:webstorm: clear read-only status

          本文链接:https://www.haomeiwen.com/subject/ewvsfltx.html