-
Notifications
You must be signed in to change notification settings - Fork 302
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
NoPermissions (FileSystemError): Error: EACCES: permission denied #3315
Comments
I'm having this problem as well; the issue for me is that I'm ssh-ing with edit: actually, my issue is already described in #690. |
@roblourens Is there anything here that would cause group permissions not to be applied when saving a file? |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Hey try this out I made a video, had the same error. Try going into the file your having issues with, should be in a hidden file, and simply type in terminal after that: Worked perfectly for me. |
Hi, I installed Remote-SSH today for editing files on my home server but got a problem:
I can't create/edit/delete files in /var/www, it throws me this error:
Unable to write file 'vscode-remote://ssh-remote+7b22686f73744e616d65223a224a6565646f6d227d/var/www/test' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/var/www/test')
The directory and files are owned by www-data but my user is in the www-data group and permissions seems good: rwxrwxr-x
I can create/edit/delete files when i ssh from cmd with the same user but nothing with VSCode.
If i change permission to 777 it works but it's not a solution for me.
The text was updated successfully, but these errors were encountered: