omrikiei / ktunnel

A cli that exposes your local resources to kubernetes
GNU General Public License v3.0
958 stars 75 forks source link

Brew install on Big Sur Mac ARM fails #56

Closed nickgronow closed 3 years ago

nickgronow commented 3 years ago

I have tried lots of variants of installing with brew and getting the following:

➜  brew tap omrikiei/ktunnel && brew install --HEAD ktunnel
==> Installing ktunnel from omrikiei/ktunnel
==> Cloning https://github.com/omrikiei/ktunnel.git
Updating /Users/nick/Library/Caches/Homebrew/ktunnel--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 03424c3 updated docs
Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - ktunnel
omrikiei commented 3 years ago

Hi @nickgronow, is this not working for you? brew tap omrikiei/ktunnel && brew install omrikiei/ktunnel/ktunnel

nickgronow commented 3 years ago

This is what I get:

➜  brew tap omrikiei/ktunnel && brew install omrikiei/ktunnel/ktunnel
Error: omrikiei/ktunnel/ktunnel is a head-only formula.
To install it, run:
  brew install --HEAD omrikiei/ktunnel/ktunnel
omrikiei commented 3 years ago

@nickgronow is this after removing+untapping an re-tapping to the tap? the formula itself is not head-only.. could you try removing, untapping and readding and installing the package?

omrikiei commented 3 years ago

Hey @nickgronow - is this issue still ongoing?

omrikiei commented 3 years ago

Issue is stale thus being closed, @nickgronow kindly re-open if you encounter this issue again

nickgronow commented 3 years ago

Will do. I can't remember how I got it running. I will investigate and let you know if I encounter it again,.