I'm not sure if I'm going crazy or not. Trying to setup octopress on github pages. Everything is setup fine with RVM, using bundle exec for rake, but when I run setup_github_pages, I put in the read/write URL and get the following:
Repository url: [email protected]:ryanmccrary/ryanmccrary.github.io
rm -rf _deploy
mkdir _deploy
cd _deploy
Initialized empty Git repository in /Projects/octopress/_deploy/.git/
[master (root-commit) 2c6544e] Octopress init
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 index.html
cd -
rake aborted!
undefined local variable or method `url' for main:Object
Tasks: TOP => setup_github_pages
Thanks for the report. I just pushed a fix which should clear it up.