hexo d
部署时 拒绝访问的错误,具体错误代码如下:
Error: EACCES: permission denied, unlink '/github/blog-KentSun/.deploy_git/archives/index.html'
解决:
//删除项目根目录下的 .deploy_git
sudo rm -rf .deploy_git
hexo clean
hexo g
hexo d
出现 INFO Deploy done:git
后就表明你已成功了。
hexo d
部署时 拒绝访问的错误,具体错误代码如下:
Error: EACCES: permission denied, unlink '/github/blog-KentSun/.deploy_git/archives/index.html'
解决:
//删除项目根目录下的 .deploy_git
sudo rm -rf .deploy_git
hexo clean
hexo g
hexo d
出现 INFO Deploy done:git
后就表明你已成功了。
本文标题:[bug]Hexo d 部署时出现 Permission Den
本文链接:https://www.haomeiwen.com/subject/prynoftx.html
网友评论