最近使用octopress无法发布博客,主要出现以下问题:
但是用rake gen_deploy命令来发布就报错
## Pushing generated _deploy website ERROR: Repository not found. fatal: Could not read from remote repository.
求大神指示
欢迎选择我的课程,让我们一起见证您的进步~~
ERROR: Repository not found. fatal: Could not read from remote repository.
这不是说的很清楚,没有发现你的远程库, 你应该是部署到github吧, 查看你是否在github新了相应的库. 你本地库的地址是否正确.
检查_config.yml 的url参数是否设置正确
url: http://xxx.github.io
将本地存放的该项目删除,然后从github重新download一份。
你看你是不是没有在版本的分支下.
这不是说的很清楚,没有发现你的远程库,
你应该是部署到github吧,
查看你是否在github新了相应的库.
你本地库的地址是否正确.
检查_config.yml 的url参数是否设置正确
将本地存放的该项目删除,然后从github重新download一份。
你看你是不是没有在版本的分支下.