程序经验 January 11, 2021

git使用

Words count 843 Reading time 1 mins.

  • 先在github上建立新的仓库
    • 出现fatal: not a git repository (or any of the parent directories): .git, 则是缺少.git文件 ...
Read article

软件使用经验 January 11, 2021

Git以及Hexo博客使用经验

Words count 2.4k Reading time 2 mins.

  1. GitHub Pages和Hexo的介绍
    • GitHub: Pages 是用来托管Github上静态网页的免费站点
    • Hexo:hexo是一个简单快速强大的静态博客框架
  2. 安装Node.js、Git、Hexo
  3. 进行Hexo的初始化配置
  4. 在github中创建github.io远程仓库
  5. 将本地的Hexo文件更新到Github库中
    • 在_config.yml文件中修改repository,添加远程链接
    • ssh-keygen -t rsa -C email@email.com
    • 测试是否成功:...
Read article
0%