http://octopress.org/docs/deploying/github/のガイドに従って手紙を読みましたが、「rake deploy」の部分に到達すると、次のようになります。
## Deploying branch to Github Pages
rm -rf _deploy/index.html
## copying public to _deploy
cp -r public/. _deploy
cd _deploy
## Commiting: Site updated at 2012-08-21 18:04:11 UTC
[master 84293e9] Site updated at 2012-08-21 18:04:11 UTC
61 files changed, 2658 insertions(+), 1 deletion(-)
create mode 100644 assets/jwplayer/glow/controlbar/background.png
create mode 100644 assets/jwplayer/glow/controlbar/blankButton.png
(...etc)
## Pushing generated _deploy website
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
## Github Pages deploy complete
cd -
私が間違っていたアイデア、またはそれを修正する方法はありますか?
ありがとう!