On Sat, May 17, 2008 at 1:23 AM, wizardwerdna <[EMAIL PROTECTED]> wrote:
> 1) every time i destroy the .heroku file and reup this, i am unable to
> authenticate the first time, but the authentication succeeds the
> second time. I used cut-and-paste to assure that this was not mere
> mistypage, and repeated the experiment several times.
Can you add a debugging statement to the heroku client? For example,
on OS X, you could edit
/Library/Ruby/Gems/1.8/gems/heroku-0.2/lib/heroku/client.rb and add
this to line 19 (inside the initialize function):
puts "user = [#{user}] password = [#{password}]"
> ~/rails $ heroku clone wizardwerdna
> Initialized empty Git repository in /Users/werdna/rails/
> wizardwerdna/.git/
> Internal server error
This part should be fixed now.
Adam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---