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
irb(main):002:0>

I also get a similar error every time the app is deployed. This is
from the logs:

2011-11-29T21:56:45+00:00 heroku[api]: Deploy 4557a85 by
[email protected]
2011-11-29T21:56:45+00:00 heroku[web.1]: State changed from up to
bouncing
2011-11-29T21:56:45+00:00 heroku[web.1]: State changed from bouncing
to created
2011-11-29T21:56:45+00:00 heroku[web.1]: State changed from created to
starting
2011-11-29T21:56:47+00:00 heroku[slugc]: Slug compilation finished
2011-11-29T21:56:49+00:00 heroku[web.1]: Stopping process with SIGTERM
2011-11-29T21:56:49+00:00 app[web.1]: >> Thin web server (v1.3.1
codename Triple Espresso)
2011-11-29T21:56:49+00:00 app[web.1]: >> Maximum connections set to
1024
2011-11-29T21:56:49+00:00 app[web.1]: >> Listening on 0.0.0.0:51939,
CTRL+C to stop
2011-11-29T21:56:49+00:00 heroku[web.1]: Process exited
2011-11-29T21:56:51+00:00 heroku[web.1]: Starting process with command
`bundle exec rackup config.ru -s thin -p 32827`
2011-11-29T21:56:55+00:00 app[web.1]: fatal: Not a git repository (or
any of the parent directories): .git
2011-11-29T21:56:56+00:00 heroku[web.1]: State changed from starting
to up

This is something to do with requiring the main.rb file, but I can't
figure out what it is. Everything runs fine locally (and there is
definitely a git repository present!)

If anybody can help me fix this, I'd be very grateful.

Thanks,

DAZ


-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en.

Reply via email to