Updating 51a6e88..e72701c
error: cannot stat '.git.html.swp': Permission denied
But I didn’t write this myself, please explain
typecho2017-06-27 09:20:14
Insufficient permissions. git bash opens with administrator privileges. .swp is a temporary file
伊谢尔伦2017-06-27 09:20:14
First of all, it is not recommended to put the project on the desktop. Secondly, you should have opened this file with Vim/Vi and forced exit, so there is .swp
file
Solution:
If you don’t use Vim
or Vi
, you can delete this file and try again.
If it still doesn’t work, close all editors or IDEs you have open and try again.
If that doesn’t work, please post the error after the second solution