Windows(windows8 x64)にoctopressを正常にインストールしてから、wenliangcan.github.comという名前のリポジトリを作成し、 githubにブログをデプロイしようとしました。
コマンドrake setup_github_pages
を入力してリポジトリのURLを入力すると、エラーが発生します。
rake aborted!
No such file or directory - git remote -v
リポジトリのURLを入力する前に、次のような例を示します。
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.com)
このフォームのようなサードパーティのチュートリアルの例:
git@github.com:your_username/your_username.github.com.git
両方試してみましたが、同じエラーになります。
CMDのスクリーンショットは次のとおりです。
スクリーンショットの内容:
D:\Profiles\GitHub\Octopress>rake setup_github_pages
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.com)
Repository url: git@github.com:wenLiangcan/wenliangcan.github.com.git
rake aborted!
No such file or directory - git remote -v
Tasks: TOP => setup_github_pages
(See full trace by running task with --trace)
D:\Profiles\GitHub\Octopress>rake setup_github_pages
Enter the read/write url for your repository
(For example, 'git@github.com:your_username/your_username.github.com)
Repository url: git@github.com:wenLiangcan/wenliangcan.github.com
rake aborted!
No such file or directory - git remote -v
Tasks: TOP => setup_github_pages
(See full trace by running task with --trace)
どうすればこの問題を解決できますか?
ありがとうございました!