When I edit my html code in visual studio code and try to save it using ssh it gives me a error

LainJeremy

Member
Hello,

When I edit html code for example if I edit something on index.html on visual studio code and then try to save it, I get this error in the bottom right corner of the screen I will post below. Failed to save 'index.html': Error: EACCESS: permisssion denied, open '/var/www/jeremylain/index.html')

What can I do do get this working correctly?
 

Cromewell

Administrator
Staff member
Check the permissions on the file, likely your user or group does not have write permission to the file/directory.
 
Top