hexo init问题求帮助

用hexo init是遇到的问题
求帮助
谢谢!

admin@DESKTOP-RLS0O82 MINGW64 /f/MyBlog
$ hexo init
INFO  Cloning hexo-starter https://github.com/hexojs/hexo-starter.git
fatal: unable to access 'https://github.com/hexojs/hexo-starter.git/': SSL certificate problem: unable to get local issuer certificate
WARN  git clone failed. Copying data instead
FATAL {
  err: [Error: EPERM: operation not permitted, mkdir 'F:\'] {
    errno: -4048,
    code: 'EPERM',
    syscall: 'mkdir',
    path: 'F:\\'
  }
} Something's wrong. Maybe you can find the solution here: %s http://hexo.io/docs/troubleshooting.html



今天github服务器好像有点问题。我今天一天都无法访问

HEXO相当于对git命令进行了封装,你先用git试一下,看看能否克隆下仓库来

https://github.com/hexojs/hexo-starter.git

如果git命令克隆仓库没问题,那就可能是github网络延迟的问题,不是配置的问题。你重新执行hexo init就可以了,多尝试几次。