hexo使用的问题指南

2022-03-07 15:45:12 浏览数 (1)

1.hexo g -d 会报错

win 本地仓库:将 https 改为 ssh

代码语言:javascript复制
deploy:
   type:git
   repo:git@github.com:Leader755/leader755.github.io.git
   branch:master

0 人点赞