heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

heroku client broken, throws errors #2059

Closed agi-eng-innovation closed 7 years ago

agi-eng-innovation commented 7 years ago

Last week everything was fine, this week whenever I run Heroku command line client I get the following results:

AGIML-A05567 ~$ heroku --version /Users/aschulak/.local/share/heroku/client/bin/heroku: fork: Resource temporarily unavailable /Users/aschulak/.local/share/heroku/client/bin/heroku: line 12: cd: : No such file or directory /Users/aschulak/.local/share/heroku/client/bin/heroku: line 18: [: /Users/aschulak/.local/share/heroku/client/bin: unary operator expected /Users/aschulak/.local/share/heroku/client/bin/heroku: line 21: /node: No such file or directory

This is Mac OS X 10.11.4. I have uninstalled and re-installed to no avail. Getting ready to launch project but am now dead in the water. Please advise!

Thanks, Andrew

jdx commented 7 years ago

As mentioned in the support ticket, your system is likely out of file descriptors. You can verify with ulimit. A restart is probably in order.

agi-eng-innovation commented 7 years ago

Unfortunately a reboot did not help and I continue to get the same errors.

jdx commented 7 years ago

you could try deleting ~/.local/share/heroku

agi-eng-innovation commented 7 years ago

Bingo, thank you!