I've installed Heroku toolbelt on my osx 10.7.4 mac (git also installed, ruby not installed), and after entering my Heroku password at login I get:
/usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in `initialize': Cannot allocate memory - connect(2) (Excon::Errors::SocketError) from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in `new' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in `connect' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/socket.rb:16:in `initialize' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:31:in `initialize' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in `new' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in `socket' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:171:in `request_kernel' from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:97:in `request' from /usr/local/heroku/vendor/gems/heroku-api-0.2.1/lib/heroku/api.rb:60:in `request' from /usr/local/heroku/vendor/gems/heroku-api-0.2.1/lib/heroku/api/login.rb:9:in `post_login' from /usr/local/heroku/lib/heroku/auth.rb:81:in `api_key' from /usr/local/heroku/lib/heroku/auth.rb:188:in `ask_for_credentials' from /usr/local/heroku/lib/heroku/auth.rb:219:in `ask_for_and_save_credentials' from /usr/local/heroku/lib/heroku/auth.rb:85:in `get_credentials' from /usr/local/heroku/lib/heroku/auth.rb:39:in `login' from /usr/local/heroku/lib/heroku/command/auth.rb:22:in `login' from /usr/local/heroku/lib/heroku/command.rb:181:in `send' from /usr/local/heroku/lib/heroku/command.rb:181:in `run' from /usr/local/heroku/lib/heroku/cli.rb:9:in `start' from /usr/bin/heroku:28 Any ideas about what to do? Thanks! On Thursday, May 24, 2012 7:16:57 PM UTC-4, geemus wrote: > > Sorry for the trouble, I'm not sure where that disconnect is happening. I > did fix that particular bug in the latest release though, so if you bump up > to v2.26.1 I think you'll have better luck. Let me know if you still have > problems though and I'll be happy to help out further. > Thanks! > wes > > On Sunday, April 15, 2012 9:44:38 PM UTC-5, nojo wrote: >> >> Just getting started with Heroku, I installed toolbelt on my Mac with >> the installer. When I run heroku login, I get the following: >> >> >> $ heroku login >> /usr/local/heroku/lib/heroku/updater.rb:33: warning: parenthesize >> argument(s) for future version >> /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:79:in `readto': >> undefined local variable or method `count' for []:Array (NameError) >> from /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:85:in >> `parse' >> from /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:20:in >> `read' >> from /usr/local/heroku/lib/heroku/auth.rb:92:in `netrc' >> from /usr/local/heroku/lib/heroku/auth.rb:66:in >> `delete_credentials' >> from /usr/local/heroku/lib/heroku/auth.rb:21:in `login' >> from /usr/local/heroku/lib/heroku/command/auth.rb:12:in `login' >> from /usr/local/heroku/lib/heroku/command.rb:148:in `send' >> from /usr/local/heroku/lib/heroku/command.rb:148:in `run' >> from /usr/local/heroku/lib/heroku/cli.rb:9:in `start' >> from /usr/bin/heroku:28 >> $ >> >> Any hints about what I need to do? Thanks. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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_US?hl=en
