Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-29 Thread DAZ
Forget the last message, I am still getting the error on my app. I can now get into the console but continually get this error: Running console attached to terminal... up, run.2 irb(main):001:0 require './main' fatal: Not a git repository (or any of the parent directories): .git = true

Re: fatal: Not a git repository (or any of the parent directories): .git

2011-11-29 Thread Adam Wiggins
Slugs don't have git repositories in them. Something in your app is trying to do a Git operation when it boots -- you should figure out what it is and remove it. You can duplicate it locally by moving your .git directory to .git-bak, and then try running your app. Adam -- You received this