-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to save 'file': A system error occured (EACCES: permission denied, open 'file path') #17860
Comments
@zecide does this reproduce every time you try? are you editing a file that you do not have write permissions to? does it reproduce when you run with extensions disabled ( |
i wasn't able to figure out what was happening, so i migrated my files to a new project and every thinks goes fine, was not a permission issue, and neither an extension ! |
Ok please reopen when it happens again. |
i know what was the problem : |
Yes you are right that you have created the files and they have root permissions. |
Im a little confused. I set up a vue-cli instance and I cannot save. |
sudo chmod -R <user_name> <directory_name> |
if you are using terminal, sudo chown -R $USER <directory_project> |
Thank you @Dimas-Prasetya , it works!!! |
@Asura19 you're welcome |
Yeah this happened as I was editing my first file switching from Vim. Not a good impression :/ |
this is the solution to me. access terminal with root and ...
flw.vlw |
Steps to Reproduce:
1.save a file
2.get an error : Failed to save 'file': A system error occured (EACCES: permission denied, open 'file path')
the thing is that it happend sudenly in the middle of a project, and i can't save anymore !
The text was updated successfully, but these errors were encountered: