goclone icon indicating copy to clipboard operation
goclone copied to clipboard

[BUG] brew tap has incorrect repo address

Open bobbyreed opened this issue 2 months ago • 1 comments

🎯 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! 🌟

bobbyreed avatar Dec 11 '25 21:12 bobbyreed

@imthaghost We need to move https://github.com/imthaghost/homebrew-goclone to this org and update with 1.2.2 release

mesaglio avatar Dec 12 '25 11:12 mesaglio