当前位置:网站首页>Vscode - code and file changes cannot be saved
Vscode - code and file changes cannot be saved
2022-07-23 17:08:00 【HiJack ¹】
Use VScode After changing the code , Can't save , The reason is that the user account is not authorized to the target directory . Use the following command ,
sudo setfacl -R -m u:username:rwx /directory/of/path
The above command will enable the user to obtain the directory /directory/of/path Authority , And will not affect the permissions of any other users or groups .
边栏推荐
猜你喜欢
随机推荐
[31. Maze walking (BFS)]
Advanced authentication of uni app [Day12]
目前有哪些年利率6%左右的保本理财产品?
浏览器四大内核
通用分页实现
Could not load dynamic library ‘cudnn64_8.dll‘; dlerror: cudnn64_8.dll not found
Solve data functions should return an object (property "visible" must be accessed with "$data.visible")
Microcomputer principle and technical interface practice in class
NodeJs实现token登录注册(KOA2)
Sprintf and cv:: puttext
JS if the decimal is 0, subtract it, not keep it
iphone 无法打开openv**文件的解决方案
IR Drop 、EM、Noise 和Antenna
Weisfeiler-Lehman图同构测试及其他
七月集训(第23天) —— 字典树
C语言基础篇 —— 2-5 指针与函数知识点
零基础怎么自学软件测试?十年测试老鸟最强软件测试学习路线图
sprintf和cv::putText
Ie box model and standard box model
pip报错Could not find a version that satisfies the...No matching distribution









