The blog, built by hexo cannot be uploaded by changing the computer. How to adjust the git??

clipboard.png

Report

after

hexo-d

Mar.10,2021

find the _ config.yml file in the root directory of your project, and modify it at the end of the file:

deploy:
  type: git
  repository: git@github.com:xxx/xxx.git
  branch: master
Menu