minishift
minishift copied to clipboard
"minishift" cannot be opened because the developer cannot be verified
General information
- Minishift version: minishift-1.34.3-darwin-amd64
- OS: macOS
- Hypervisor: hyperkit
Steps to reproduce
- Get minishift either with helm or directly downloading
- run
minishift start
Expected
minishift is started
Actual
MacOS shows an error message (example for directly downloaded build)

Why is this error showing up? can't the distribution be signed?
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.
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. 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
...
@bdurrow Excellent!
This should be in the README, or in the message shown after installing with homebrew.
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