Homebrew formula disabled
See original GitHub issuesteps
Try and install giter8 with homebrew as per the docs - brew install giter8
problem
Command outputs Error: giter8 has been disabled!
Looks like the formula has been disabled: https://github.com/Homebrew/homebrew-core/blob/master/Formula/giter8.rb#L11
expectation
giter8 should have installed successfully
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Deprecating, Disabling and Removing Formulae
A formula should be disabled to indicate to users that the formula cannot be used and will be removed in the future. Disabled...
Read more >Deprecating, Disabling and Removing Formulae - brew - GitHub
A formula should be disabled to indicate to users that the formula cannot be used and will be removed in the future. Disabled...
Read more >Error: php@7.3 has been disabled because it is a versioned ...
What is it? command: brew install php@7.3. result: Error: php@7.3 has been disabled because it is a versioned formula!
Read more >Install older removed brew formula version - Ask Different
Solution based on Versions.html doc. To install a removed brew formula version, we can follow the suggestion from ...
Read more >How to install an older homebrew package - remarkablemark
Error: Calling Installation of <FORMULA> from a GitHub commit URL is disabled ! Use 'brew extract <FORMULA>' to stable tap on GitHub instead....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MrPowers I know many non-Scala developers who use Giter8 to generate templates for all kinds of projects. A python team shouldn’t have to install
sbt
to use Giter8 templates (as long as they’re not developing other templates)The new command is
sbt new scala/scala-seed.g8
.You can also run
brew edit giter8
, delete thedisable! because: "fetches unversioned dependencies at runtime"
line and rerunbrew install giter8
, as described here.@xuwei-k - do you want to get this back in homebrew or should we just encourage users to use the
sbt new
command?