一、初始化hexo init坑

搭建个人博客hexo+github遇到的坑

如图,hexo init初始化的时候,报错。

解决方法:

1、hexo init <新文件夹的名字>   注意:不要先创建文件夹,要使用hexo创建文件夹。

2、cd  <新文件夹的名字>

3、hexo setup

二、从githup上pull或者clone时,报错:

fatal: The remote end hung up unexpectedly

error: RPC failed; curl 18 transfer closed with outstanding read data remaining

解决:git config --global http.postBuffer 524288000

完。

相关文章:

  • 2021-07-30
  • 2021-08-25
  • 2021-06-10
  • 2021-08-24
  • 2021-12-12
  • 2021-04-20
猜你喜欢
  • 2021-10-12
  • 2021-11-20
  • 2021-11-30
  • 2021-11-22
  • 2021-09-02
  • 2021-08-24
  • 2021-09-19
相关资源
相似解决方案