-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR Deployer not found: github #1040
Comments
#1013 seems to be about an upgrade from 2.x to 3.0. I simply downloaded 3.0.0-rc.2 and created a new project. So, should the github deployer be downloaded manually ? |
In version 3, your should use
So that you can use hexo-deployer-git as usual. |
Thanks for helping. I noticed that |
you can modify your |
I did as you said:
But now what. If I look at the options of
I don't see the |
your work is done. |
Ok, thnx. I'll wait until hexo CLI supports it again! |
Why you need this option? |
So it does the deployment. It should push it to my github repo. Before I did it like this
|
OK, I get your problom finally.
|
I've updated hexo to 3.0.0-rc.3 and followed these instructions: https://github.com/hexojs/hexo/wiki/Migrating-from-2.x-to-3.0#modify-packagejson Now I have the following issue
|
you need to run all of them
|
I did all of these (and I did it again :) Anyway, I get the same error message again. I tried to create a new project
How do you add themes to hexo itself, because so far i only added themes to the project itself ? UPDATE: I get the same error when I install hexo with |
you should run
instead of
And try |
I did use the
|
change theme to |
While searching for Now everything seems to work fine until I fire-up the browser. In the browser I see the following:
Should I install more packages ? |
run |
That did the trick!! Now it works in the browser and if I deploy it to github it looks fine too: http://scaljeri.github.io/website/ Thanks a lot! |
Thanks god. =。= |
type: github to type: git |
I have faced the same problem ,what should I do to solve it. |
The solution: That's not simple . Hope author change it. |
Hi guys, I got a problem here after I update hexo. I move all my posts away, the test.md is a new post I just created. It seems something wrong with node_modules? : |
The error is from "hexo g" command... |
Thank you, Xuanwo :) |
@unnamedsong Very happy that I can help you~ |
thanks everyone , i get my help from here! |
The solution: That's all right! |
1 similar comment
The solution: That's all right! |
@iqiangcheng |
按照一下操作 确实解决了: npm install hexo-deployer-git --save 同时修改 _config.yml : deploy: hexo generate hexo deploy |
I have installed the hexo-deployer-git ,but the error still exist. |
Are you sure your command is |
Success! |
@illusionworld thx |
The solution: it works |
报错 |
how to solve this err? |
well,when i was generating the sitemap ,i update the hexo/_config.yml by adding As soon as i deleted what i have added the error away. |
you should change |
The solution: That's all right! |
这个插件得安装 然后操作如下 我就是这样配置才解决这个问题的(ERROR Deployer not found: github),这是官网文档的部署配置 |
I just download install Hexo version 3.0.0-rc.2
Now I've setup the deploy section in the _config.yml:
However, when I run the deploy command I get the following:
According to the documentation it should work this way. Any suggestions ?
The text was updated successfully, but these errors were encountered: