php@8.3: Failed to download resource "php@8.3"
adjarriawan opened this issue · 5 comments
adjarriawan commented
shivammathur commented
Please run brew update
to update the tap and then try again.
adjarriawan commented
shivammathur commented
From the blob url, it seems that the formulae in the tap are old.
Please make sure the tap is updated.
brew tap --repair shivammathur/php
And then check if the latest commit hash matches the latest commit on the repo
git -C $(brew --repo shivammathur/php) rev-list --max-parents=0 HE
Then, try again, and provide me the outputs of the commands if it is still failing.
adjarriawan commented
shivammathur commented
It seems that there is an issue with the alias in the tap of your end. It should fetch php 8.3 from shivammathur/php/php
package and not shivammathur/php/php/8.3
Please remove the tap and try adding it again.
HOMEBREW_DEVELOPER=1 brew untap shivammathur/php
brew tap shivammathur/php
Also make sure the brew version is the latest one using brew update
and check that brew doctor
does not report any issues.