E45错误
E45: ‘readonly’ option is set (add ! to override)
出现这种情况是因为当期那用户没有权限
两种解决办法:
1.直接Crtl+Alt+z就可以退出(注:在桌面情况下)
2.w ! sudo tee %
w——write
!sudo——call shell sudo command
tee——the output of write(:w) command is redirected using
%——current file name