4

リポジトリを作成しusername.github.io、現在の Octopress ブログ ファイルをmasterブランチにプッシュして、ブログ全体に加えた変更を追跡できるようにしました。

次に、gh-pagesブランチに表示したいのでrake setup_github_pages、を使用しましたが、git は次のメッセージで拒否しました。rake generaterake deploy[gh-pages]

To https://github.com/username/username.github.io
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/username/username.github.io'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

## Github Pages deploy complete
cd -

これを解決するにはどうすればよいですか?_deployフォルダをブランチに置きgh-pages、残りをブランチに置きたいだけですmaster

これは可能ですか?

4

1 に答える 1