It looks like mistake one was making the app inside the repository, here's a
saner workflow:

rails my-new-app
cd my-new-app
git init
capify .

You did

clone new repos from github
cd new-folder-from-github
rails my-new-app
cd my-new-app
capify .

Small, but costly (easy to make) mistake

-- Lee

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to