我在 GitHub Pages 中安装了 Octopress。
我克隆了存储库。
$ git clone git@github.com:my-name/my-name.github.io.git
$ git checkout source
和
$ rake setup_github_pages
我输入我的存储库名称。
和
$ rake gen_deploy
我有错误
! [rejected] master -> master (non-fast-forward)
我的解决方案
我解决了这个问题,在 GitHub 中删除 my-name.github.io.git,并创建同名存储库和
$ rake gen_deploy
但我不想删除存储库
什么是最好的解决方案?