Skip to content
New issue

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

brew tap returns "Repository not found" #1

Open
mbrammer opened this issue Mar 10, 2023 · 1 comment
Open

brew tap returns "Repository not found" #1

mbrammer opened this issue Mar 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mbrammer
Copy link

Looks like something is linked wrong here...

$ brew tap rivy-go/git-changelog                                                                                                                                                                                                           127 ↵
Running `brew update --auto-update`...

[...]

==> Tapping rivy-go/git-changelog
Cloning into '/opt/homebrew/Library/Taps/rivy-go/homebrew-git-changelog'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: Failure while executing; `git clone https://github.com/rivy-go/homebrew-git-changelog /opt/homebrew/Library/Taps/rivy-go/homebrew-git-changelog --origin=origin --template=` exited with 128.
@rivy rivy self-assigned this Mar 12, 2023
@rivy rivy added the bug Something isn't working label Mar 12, 2023
@rivy
Copy link
Member

rivy commented Mar 12, 2023

Yep, it's a bug. Thanks for bringing it to my attention.

After I forked the original, I never checked the brew installation recipe.
In looking at this, the brew idiom of using another parallel project repository doesn't appeal to me.
So, I'll need to do some further research and likely setup a CI process to automate the build and a brew configuration.

Until that's done, the go installation method would be the only working method for installation.

notes/refs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants