一、初始化hexo init坑
如图,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
完。