inviqa / dock-cli

Dock CLI
MIT License
39 stars 14 forks source link

Ask to user to untap the old PHP brew repository #103

Open sroze opened 8 years ago

sroze commented 8 years ago

For users using old homebrew installation, they may have tapped josegonzalez/php, so they'll have the following error:

OUT ==> Tapping homebrew/php
ERR Cloning into '/usr/local/Library/Taps/homebrew/homebrew-php'...
OUT Tapped 535 formulae (571 files, 2.6M)
RUN brew install php56-ssh2
ERR Error: Formulae found in multiple taps:
ERR * homebrew/php/php56-ssh2
ERR * josegonzalez/php/php56-ssh2
ERR Please use the fully-qualified name e.g. homebrew/php/php56-ssh2 to refer the formula.

The workaround is to brew untap josegonzalez/php. We should explicitly propose them to do so.