valet --version): <Valet-Plus-Version>valet fix and valet install after updating and before submitting my issue/feature.What is the problem?
When trying to install Valet+ via "brew install [email protected]" or any other version (7.3, 7.4) the download of the file
https://dl.bintray.com/henkrehorst/valet-php/valet-php407.4-7.4.16.catalina.bottle.tar.gz
stops the command in the terminal.
What was supposed to happen?
Installation of Valet as documented in GitHub.
What actually happened?
https://dl.bintray.com/henkrehorst/valet-php/valet-php407.4-7.4.16.catalina.bottle.tar.gz
The file request seems to return a 403 (no permission).
We tested it on 4 different OSX systems (Catalina, Big Sur).
How to reproduce this?
Installation of Valet as documented in GitHub.
What is the solution?
Check permissions:
https://dl.bintray.com/henkrehorst/valet-php/valet-php407.4-7.4.16.catalina.bottle.tar.gz
I think that we need to find an alternative for bintray

i'm also having same issue :(
@ndthanhnet As a temporary fix you can build from source:
brew install [email protected] --build-from-source
brew link [email protected] --force --overwrite
hi @rensieeee it worked ! thank you very much !
@ndthanhnet As a temporary fix you can build from source:
brew install [email protected] --build-from-source
brew link [email protected] --force --overwrite
@rensieeee internet is full of genius people like you! that worked cheers man!
Most helpful comment
@ndthanhnet As a temporary fix you can build from source:
brew install [email protected] --build-from-sourcebrew link [email protected] --force --overwrite