guilhermeprokisch / see

A cute cat(1) for the terminal with advanced code viewing, Markdown rendering, 🌳 tree-sitter syntax highlighting, images view and more.
MIT License
202 stars 2 forks source link

Homebrew installation fails #18

Closed pwntester closed 1 month ago

pwntester commented 1 month ago

I tried installing see with homebrew on a mac and got:

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

It seems like homebrew-see repo does not exist.

guilhermeprokisch commented 1 month ago

hey @pwntester

I've just reinstall now and it's working fine: brew install guilhermeprokisch/see/see

It's the first time that you trying to install or you are upgrading from the old named smd version?

You can try this: https://github.com/guilhermeprokisch/see/issues/12

Let me know if works.

pwntester commented 1 month ago

Thanks for the quick response. Its the first time I try to install it and I get the same error when retried. I get a 404 for https://github.com/guilhermeprokisch/homebrew-see/ Is it a public repo?

guilhermeprokisch commented 1 month ago

God.. it was private :sweat_smile:

Can you try now?

guilhermeprokisch commented 1 month ago

@pwntester let me know if it works.

pwntester commented 1 month ago

Im AFK until sunday but will report how it goes

solidsniper commented 1 month ago

working fine for me using homebrew

pwntester commented 1 month ago

It works now, thanks!