Octopress を GitHub Pages にインストールしました。
そして、リポジトリをクローンします。
$ 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
しかし、リポジトリを削除したくありません
最善の解決策は何ですか?