d:\GitHub>git clone git://github.com/imathis/octopress.git abdong.github.com
Cloning into 'abdong.github.com'...
remote: Counting objects: 10661, done.
remote: Compressing objects: 100% (5052/5052), done.
remote: Total 10661 (delta 5434), reused 9941 (delta 4748)
Receiving objects: 100% (10661/10661), 2.58 MiB | 39.00 KiB/s, done.
Resolving deltas: 100% (5434/5434), done.
d:\GitHub>cd abdong.github.com
d:\GitHub\abdong.github.com>gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
Installing ri documentation for bundler-1.3.5...
Installing RDoc documentation for bundler-1.3.5...
d:\GitHub\abdong.github.com>bundle install
Fetching source index from
http://ruby.taobao.org/d:\GitHub\abdong.github.com>rake setup_github_pages
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.io)
or '
https://github.com/your_username/your_username.github.io')
Repository url: git@github.com:abdong/abdong.github.com.git
Added remote git@github.com:abdong/abdong.github.com.git as origin
d:\GitHub\abdong.github.com>rake install
d:\GitHub\abdong.github.com>rake new_post["第一篇博客"]
d:\GitHub\abdong.github.com>rake generate
d:\GitHub\abdong.github.com>rake preview
d:\GitHub\abdong.github.com>rake deploy
## Deploying branch to Github Pages
## Pulling any updates from Github Pages
cd _deploy
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
cd -
rm -rf _deploy/index.html
## Copying public to _deploy
cp -r public/. _deploy
cd _deploy
## Commiting: Site updated at 2013-07-30 02:49:26 UTC
[master 37e047c] Site updated at 2013-07-30 02:49:26 UTC
61 files changed, 1118 insertions(+)
.................................................
create mode 100644 stylesheets/screen.css
## Pushing generated _deploy website
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
## Github Pages deploy complete
cd -
请问是什么原因,多谢!~
回复 更多评论