// Octopress環境のディレクトリに移動して
$ gem install bundler
...
Installing RDoc documentation for bundler-1.5.3...
$ rbenv rehash
$ bundle install
...
Your bundle is complete!
3. GitHubとOctopressを繋げる
これも予想していなかったが、ローカルとGitHub Pagesの接続が必要。
123456
// Octopress環境のディレクトリに移動して
$ rake setup_github_pages
...
Repository url:ここにGitHubリポジトリの「SSH clone URL」をペースト
...
## Now you can deploy to git@...
4. GitHubリポジトリ(mzgk.github.io)の削除/再作成(※※解決法あり)
なぜか、$rake deploy でエラーが発生して失敗する。
12345678
## Pushing generated _deploy website
To git@github.com:mzgk/mzgk.github.io.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:mzgk/mzgk.github.io.git'
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.