🎯 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:
- use brew tap in cli using the command in
README.md
- 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:
- Copy and paste the logs directly here
- Use code blocks with triple backticks (```)
- 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! 🌟
🎯 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=falseexited 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:
README.md✨ 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:
Example:
$ your-command Error: Something went wrong at line 123 at function xyz💻 Environment
Love your tool! Hope I haven't missed something and this is actually helpful.
Thank you for helping us improve! 🌟