We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://blog.gradle.org/jcenter-shutdown#:~:text=On%20February%203%202021%2C%20JFrog,disruptions%20to%20your%20build%20pipelines.
Bintray has shutdown therefore no more able to download Carthage using brew. Please host it somewhere else.
Command used: brew tap nsoperations/formulas && brew install nsoperations/formulas/carthage
==> Installing carthage from nsoperations/formulas ==> Downloading https://dl.bintray.com/nsoperations/bottles-formulas/carthage-0.46.1.mojave.bottle.tar.gz #=#=-# # curl: (22) The requested URL returned error: 403 Forbidden Error: Failed to download resource "carthage" Download failed: https://dl.bintray.com/nsoperations/bottles-formulas/carthage-0.46.1.mojave.bottle.tar.gz
The text was updated successfully, but these errors were encountered:
I'm facing the same problem
Sorry, something went wrong.
I have uploaded the brew bottle it on my s3 bucket and pointed the home brew formula to that
was running into the same issue and adding the -s flag fixed it for me. so brew install -s nsoperations/formulas/carthage
-s
brew install -s nsoperations/formulas/carthage
it works
No branches or pull requests
https://blog.gradle.org/jcenter-shutdown#:~:text=On%20February%203%202021%2C%20JFrog,disruptions%20to%20your%20build%20pipelines.
Bintray has shutdown therefore no more able to download Carthage using brew. Please host it somewhere else.
Command used: brew tap nsoperations/formulas && brew install nsoperations/formulas/carthage
The text was updated successfully, but these errors were encountered: