2012-01-14 51 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

相關問題