关联Hexo与Github
  • 1,文件夹里面鼠标右键,点击Git Base Here。这里“test”可以替换成自己的用户名,邮箱可以替换成自己的邮箱

    $ git config –global user.name “test”
    $ git config –global user.email “test@ohtudou.com

  • 2,输入cd ~/.ssh,检查是否由.ssh的文件夹

    $ cd ~/.ssh

  • 3,输入ls,列出该文件下的内容。

    $ ls
    known_hosts

  • 4,输入ssh-keygen -t rsa -C “test@ohtudou.com”,连续三个回车,生成密钥,最后得到了两个文件:id_rsa和id_rsa.pub(默认存储路径是:C:\Users\用户名.ssh)。

    $ ssh-keygen -t rsa -C “jimmy367@ohtudou.com

  • 5,登录Github,点击头像下的settings,添加ssh

  • 6,配置Deployment,在其文件夹中,找到_config.yml文件,修改repo值

    1
    2
    3
    4
    deploy:
    type: git
    repo: git@github.com:test/jimmy367.github.io.git
    branch: master
Author: jimmy367
Link: http://www.ohtudou.com/2020/03/22/hexo-github/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
支付宝打赏