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 install - repo not found #159

Closed
LemuelCushing opened this issue Nov 19, 2023 · 2 comments
Closed

Brew install - repo not found #159

LemuelCushing opened this issue Nov 19, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@LemuelCushing
Copy link

Description:
Trying to install using brew raises the following error:

brew install d99kris/d99kris/nchat
==> Tapping d99kris/d99kris
Cloning into '/opt/homebrew/Library/Taps/d99kris/homebrew-d99kris'...
remote: Repository not found.
fatal: repository 'https://github.com/d99kris/homebrew-d99kris/' not found
Error: Failure while executing; `git clone https://github.com/d99kris/homebrew-d99kris /opt/homebrew/Library/Taps/d99kris/homebrew-d99kris --origin=origin --template= --config core.fsmonitor=false` exited with 128.

How to reproduce it:
Just run brew install d99kris/d99kris/nchat

Environment:

  • OS / distro: Sonoma
@LemuelCushing LemuelCushing added the bug Something isn't working label Nov 19, 2023
@d99kris
Copy link
Owner

d99kris commented Nov 20, 2023

Hi @LemuelCushing - thanks for reporting this issue! Apparently this error snuck in when I updated the installation instructions in 4b71a18. Please try these steps instead to install using brew on macOS:

brew tap d99kris/nchat
brew install nchat

I'll try to get the README updated as soon as a I get a chance.

@d99kris
Copy link
Owner

d99kris commented Nov 20, 2023

The README has been updated in above commit.

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