Valet-plus: Bug: Installation Impossible (403)

Created on 2 May 2021  路  5Comments  路  Source: weprovide/valet-plus

  • [x] I've checked the issue queue and could not find anything similar to my bug.
  • [x] I'm on the latest version of valet-plus (valet --version): <Valet-Plus-Version>
  • [x] I've run 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

Bug Needs review

Most helpful comment

@ndthanhnet As a temporary fix you can build from source:

brew install [email protected] --build-from-source
brew link [email protected] --force --overwrite

All 5 comments

I think that we need to find an alternative for bintray
image

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!

Was this page helpful?
0 / 5 - 0 ratings