twofa icon indicating copy to clipboard operation
twofa copied to clipboard

Cannot install Twofa using brew

Open woodstok opened this issue 3 years ago • 4 comments

I get the following error on my Macbook M1 when I try brew install.

curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "twofa"
Download failed: https://dl.bintray.com/sqreen/bottles-sqreen/twofa-0.0.1.tar.gz

woodstok avatar May 06 '21 13:05 woodstok

See here: https://github.com/sqreen/homebrew-speakeasy/issues/1

gclawes avatar Jul 12 '21 16:07 gclawes

Are there any workarounds? I can't build it from source without an AppleDeveloper license ( I think )

woodstok avatar Jul 12 '21 16:07 woodstok

Not that I know of. sqreen maintainers would have to fix it

gclawes avatar Jul 12 '21 16:07 gclawes

Also having (different) issues installing with brew. @jkirsteins any chance you have bandwidth to take a look? I love the idea of the tool -- CLI and secure enclave would be wonderful to bring together for 2fa.

$ brew tap sqreen/speakeasy
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 6 formulae.

==> Tapping sqreen/speakeasy
Cloning into '/opt/homebrew/Library/Taps/sqreen/homebrew-speakeasy'...
remote: Enumerating objects: 8, done.
remote: Total 8 (delta 0), reused 0 (delta 0), pack-reused 8
Unpacking objects: 100% (8/8), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/sqreen/homebrew-speakeasy/Formula/twofa.rb
twofa: undefined method `cellar' for #<BottleSpecification:0x000000012e0e44b0>
Error: Invalid formula: /opt/homebrew/Library/Taps/sqreen/homebrew-speakeasy/Formula/[email protected]
[email protected]: Invalid bottle tag symbol
Error: Cannot tap sqreen/speakeasy: invalid syntax in tap!

evnp avatar Oct 27 '21 21:10 evnp