重做电脑系统以后

1、 安装 git  node  
2、在桌面右键启动git 然后安装hexo

$ npm install -g hexo-cli

3、接着在文件夹里右键git,去测试本地是否能预览;

(有问题的话去http://www.paopaoche.net/jiaocheng/85988.html)

4、本地ok的话就去重新配置钥匙,去github 删除之前的,然后添加新的,

参考这里:https://segmentfault.com/a/1190000004947261

5、然后验证邮箱跟用户名  接着测试就ok了,

    • git config --global user.name "yourname"
    • git config --global user.email "youremail"

 

ps:需要注意的几个点

1、本地环境搭建好(node git hexo)

2、github 秘钥配置好

3、部分扩展插件装好  $ npm install hexo-deployer-git --save

4、用户验证填写准确

 

 

在这里只是写了一个搭建的思路,具体的操作细节有很多贴子,注意好几个点就ok。

相关文章:

  • 2021-07-27
  • 2022-01-18
  • 2021-08-22
  • 2021-12-19
  • 2021-09-29
猜你喜欢
  • 2021-05-25
  • 2021-11-20
  • 2022-02-09
  • 2021-09-01
  • 2021-09-28
  • 2021-03-31
相关资源
相似解决方案