2012-01-14 49 views
1

我想建立使用杰基尔和octopress一个博客。 但错误发生了,当我运行bundle exec rake [email protected]:congmo/congmo.github.com.git --trace不知道如何建设任务:化身,octopress

rake aborted! 
Don't know how to build task '[email protected]:congmo/congmo.github.com.git'  
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task_manager.rb:49:in `[ ]' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:111:in `invoke_task' c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `bl ock (2 levels) in top_level' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `ea ch' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `bl ock in top_level' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `s tandard_exception_handling' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:84:in `to p_level' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:62:in `bl ock in run' 
c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `s tandard_exception_handling' c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:59:in `ru n' c:/Ruby192/lib/ruby/gems/1.9.1/gems/rake-0.9.2/bin/rake:32:in `<top (required)>' 

c:/Ruby192/lib/ruby/gems/1.9.1/bin/rake:19:in `load' 
c:/Ruby192/lib/ruby/gems/1.9.1/bin/rake:19:in `<main>' 

有人满足同样的问题?可能有人帮助我吗?

回答

0

这一切都在错误消息,您没有指定正确的rake任务。如果您是使用Octopress有机会,你想这样做rake generaterake deploy,或rake gen_deploy,但是这很难知道没有更多的信息。确保您在开始使用博客之前阅读并理解Octopress的文档。

+0

谢谢!我觉得这样也许TAST不corrent,但我的github上的ID是congmo.I使用这些commond就像Octopress document.i真的不知道why.and然后我gen_deply运行耙。成功生成网站源 - >公共 ##通过rsync 部署网站失败 – liuxiaori 2012-01-14 17:00:44

+0

你不部署到使用rsync Github的页面,但饭桶。你真的应该重新阅读文档:http://octopress.org/docs/deploying/github/ – 2012-01-14 20:03:46

+0

正确的,我真的运行rake时使用此documentation.but不对劲[email protected]:congmo/congmo.github.com现在我也不知道为什么。 – liuxiaori 2012-01-15 05:52:26

相关问题