Skip to content

[BUG] brew tap has incorrect repo address #107

@bobbyreed

Description

@bobbyreed

🎯 Describe the Bug

When using brew tap to download go clone, it looks for the wrong repo address: brew tap goclone-dev/goclone
✔︎ JSON API cask.jws.json [Downloaded 15.1MB/ 15.1MB]
✔︎ JSON API formula.jws.json [Downloaded 32.2MB/ 32.2MB]
==> Tapping goclone-dev/goclone
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/goclone-dev/homebrew-goclone'...
remote: Repository not found.
fatal: repository 'https://github.com/goclone-dev/homebrew-goclone/' not found
Error: Failure while executing; **git clone https://github.com/goclone-dev/homebrew-goclone** /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/goclone-dev/homebrew-goclone --origin=origin --template= --config core.fsmonitor=false exited with 128.

It is looking for /goclone-dev/homebrew-goclone instead of the correct address /goclone-dev/goclone and presenting the error abofe.

📝 To Reproduce

Steps to reproduce the behavior:

  1. use brew tap in cli using the command in README.md
  2. See error in cli echo

✨ Expected Behavior

I expected to run the command from the readme.md and it to work.

📋 Terminal Logs

Please share the relevant terminal logs that show the error. You can:

  1. Copy and paste the logs directly here
  2. Use code blocks with triple backticks (```)
  3. Include the complete error message and stack trace if available

Example:

$ your-command
Error: Something went wrong
    at line 123
    at function xyz

💻 Environment

  • OS: Windows -WSL - Ubuntu 24 lts cli

Love your tool! Hope I haven't missed something and this is actually helpful.


Thank you for helping us improve! 🌟

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions