carvel-dev / homebrew

Provides tools from https://carvel.dev via Homebrew package.

Home Page:https://carvel.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew tap URL doesn't work

ProNibs opened this issue · comments

I met the same issue.

% brew tap carvel-dev/homebrew
==> Tapping carvel-dev/homebrew
Cloning into '/usr/local/Homebrew/Library/Taps/carvel-dev/homebrew-homebrew'...
Username for 'https://github.com': tiansiyuan
Password for 'https://tiansiyuan@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/carvel-dev/homebrew-homebrew/' not found
Error: Failure while executing; git clone https://github.com/carvel-dev/homebrew-homebrew /usr/local/Homebrew/Library/Taps/carvel-dev/homebrew-homebrew --origin=origin --template= exited with 128.

Thanks for the issue @ProNibs and @tiansiyuan!
The command should be brew tap carvel-dev/carvel or brew tap carvel-dev/homebrew-carvel, I will update the README and the docs accordingly.