MarioSchwalbe / homebrew-gcc-musl-cross

Homebrew formula to brew Linux cross compilers based on GCC 8 and musl libc
MIT License
8 stars 0 forks source link

tap not found #1

Open coolaj86 opened 5 years ago

coolaj86 commented 5 years ago
brew install MarioSchwalbe/gcc-musl-cross/gcc-musl-cross
==> Tapping marioschwalbe/gcc-musl-cross
Cloning into '/usr/local/Homebrew/Library/Taps/marioschwalbe/homebrew-gcc-musl-cross'...
remote: Repository not found.
fatal: repository 'https://github.com/marioschwalbe/homebrew-gcc-musl-cross/' not found
Error: Failure while executing; `git clone https://github.com/marioschwalbe/homebrew-gcc-musl-cross /usr/local/Homebrew/Library/Taps/marioschwalbe/homebrew-gcc-musl-cross --depth=1` exited with 128.
MarioSchwalbe commented 5 years ago

Hey, I got the first issue... I really didn't see that coming. Until now the short version of brew tap couldn't work because I forgot the expected repository name prefix homebrew-. The 2 argument version would have worked. Apparently, in the mean time, someone decided to magically add the repository name prefix to the direct install command as well. Got it fixed by reading the documentation more carefully. Thanks for the pointer.