You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to overcome this issue by manually modifying /opt/homebrew/Homebrew/Library/Taps/punktde/homebrew-public/Formula/docker-ssh-auth-sock.rb
And, as I am running Ruby 3.3.4, changing in the code:
plist_options :manual => "docker-ssh-auth-sock"
by:
@plist_manual = "docker-ssh-auth-sock"
And then installing it from the source, with: brew install --build-from-source /opt/homebrew/Homebrew/Library/Taps/punktde/homebrew-public/Formula/docker-ssh-auth-sock.rb - Note that the Homebrew path is the Mx Mac OS one instead of the Intel. Hence why the /opt/homebrew/....
Here the reference where I found the alternative, as I was getting:
Error: docker-ssh-auth-sock: undefined method `plist_options' for class Formulary::FormulaNamespace<hash>::DockerSshAuthSock
Hello, I give error:
Error: punktde/public/docker-ssh-auth-sock: wrong number of arguments (given 1, expected 0)
MacBook Pro M1 Pro
The text was updated successfully, but these errors were encountered: