minishift icon indicating copy to clipboard operation
minishift copied to clipboard

"minishift" cannot be opened because the developer cannot be verified

Open antonpuz opened this issue 4 years ago • 5 comments

General information

  • Minishift version: minishift-1.34.3-darwin-amd64
  • OS: macOS
  • Hypervisor: hyperkit

Steps to reproduce

  1. Get minishift either with helm or directly downloading
  2. run minishift start

Expected

minishift is started

Actual

MacOS shows an error message (example for directly downloaded build) Screen Shot 2021-01-11 at 8 43 11

Why is this error showing up? can't the distribution be signed?

antonpuz avatar Jan 11 '21 06:01 antonpuz

As the binaries are not signed, this is expected, please go to security settings and add exception to allow it to run, its a one time operation after downloading a new release.

anjannath avatar Jan 16 '21 09:01 anjannath

For others that land here. If you installed from brew the following command is likely to resolve this issue for you:

brew reinstall minishift --no-quarantine

bdurrow avatar Feb 22 '21 19:02 bdurrow

@bdurrow. Thank helped -- thanks!

Vicky:~ dennis.periquet$ brew reinstall minishift --no-quarantine
==> Downloading https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-da
Already downloaded: /Users/[email protected]/Library/Caches/Homebrew/downloads/bc5fccabace05ebeea262dda9c3228366a9394b80560e199beac26807f2a1a11--minishift-1.34.3-darwin-amd64.tgz
==> Uninstalling Cask minishift
==> Unlinking Binary '/usr/local/bin/minishift'.
==> Purging files for version 1.34.3 of Cask minishift
==> Installing Cask minishift
Warning: macOS's Gatekeeper has been disabled for this Cask
==> Linking Binary 'minishift' to '/usr/local/bin/minishift'.
🍺  minishift was successfully installed!

Vicky:~ dennis.periquet$ minishift start --vm-driver virtualbox
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
...

dperique avatar Oct 18 '21 21:10 dperique

@bdurrow Excellent!

This should be in the README, or in the message shown after installing with homebrew.

memark avatar Oct 22 '21 18:10 memark

For others that land here. If you installed from brew the following command is likely to resolve this issue for you:

brew reinstall minishift --no-quarantine

this worked

pradeekpmohandas avatar Jan 01 '22 20:01 pradeekpmohandas