octopress 发布博客出错


最近使用octopress无法发布博客,主要出现以下问题:

  • 使用rake preview命令预览博客是正常的
  • 使用rake generate命令可以正常生成静态页面
  • 但是用rake gen_deploy命令来发布就报错

      
       ## Pushing generated _deploy website
    ERROR: Repository not found.
    fatal: Could not read from remote repository.
      
     

求大神指示

ruby octopress

西西西子酱 11 years, 1 month ago

 ERROR: Repository not found.
fatal: Could not read from remote repository.

这不是说的很清楚,没有发现你的远程库,
你应该是部署到github吧,
查看你是否在github新了相应的库.
你本地库的地址是否正确.

君が望む下限 answered 11 years, 1 month ago

Your Answer