samhstn / my-config

16 stars 0 forks source link

Brew install heroku broken #46

Closed samhstn closed 5 years ago

samhstn commented 5 years ago

The command:

brew install heroku

errors with:

Error: No available formula with the name "heroku"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

According to the Heroku docs (here: https://devcenter.heroku.com/articles/heroku-cli#download-and-install) this should be updated to:

brew install heroku/brew/heroku
dostogircse171 commented 1 year ago

I also faced similar issues and brew install heroku/brew/heroku seems to work great for me.

Thank you