hexo init失败

用hexo搭建博客时遇到的问题,输入hexo.init

19246@wendy MINGW64 /d/blog
$ hexo init
INFO  Cloning hexo-starter https://github.com/hexojs/hexo-starter.git
D:/blog/.git: Permission denied
WARN  git clone failed. Copying data instead
FATAL {
  err: [Error: EPERM: operation not permitted, mkdir 'D:\'] {
    errno: -4048,
    code: 'EPERM',
    syscall: 'mkdir',
    path: 'D:\\'
  }
} Something's wrong. Maybe you can find the solution here: %s http://hexo.io/docs/troubleshooting.html


有在CSDN搜索过,可是方法尝试了还是解决不了

从报错来看是权限问题,用最高权限去做