This question, uh, take a look at the documentation http://hexo.io/docs/deployment.html#Git
Whether it is GitHub or GitCafe, the type should be configured as git
If your warehouse name is hexo-demo-d281b.coding.io
Then deploy should be configured like this
The repository and branch to be published
After hexo3.0
type: git
Official Document
This question, uh, take a look at the documentation
http://hexo.io/docs/deployment.html#Git
Whether it is GitHub or GitCafe, the type should be configured as git
If your warehouse name is hexo-demo-d281b.coding.io
Then deploy should be configured like this
I found that the questioner has solved the problem
https://coding.net/u/ryu/p/Hexo-demo/git
As for
提示ERROR Deployer not found: github
the meaning of this error is that this type of (github, not git) deployment method is not recognized.Refer to hexo official documentation and you need to install the git plug-in
Install hexo-deployer-git.
Edit settings.