g-plane / zsh-yarn-autocompletions

Zsh plugin for Yarn autocompletions.
MIT License
578 stars 18 forks source link

macbook: "yarn-autocompletions" cannot be opened because the developer cannot be verified #28

Closed rkristelijn closed 3 years ago

rkristelijn commented 3 years ago

Steps to reproduce:

  1. download from source
  2. extract and run the ./install.sh $ZSH_CUSTOM/plugins
  3. restart by . ~/.zshrc
  4. type yarn
  5. popup appears

I used these steps to overcome https://support.apple.com/en-us/HT202491

g-plane commented 3 years ago

There's a similar issue: https://github.com/g-plane/zsh-yarn-autocompletions/issues/21#issuecomment-621773970 . However, I'm not a macOS user so I can't debug.

treemmett commented 2 years ago

I fixed this by opening $ZSH_CUSTOM/plugins/yarn-autocompletions, right-clicking the executable, and clicking open.

yuchuan1 commented 2 years ago

On your Mac, choose Apple menu > System Preferences, click Security & Privacy , then click General. make it always allow.

youngjaeji commented 2 years ago

open with finder

open $ZSH_CUSTOM/plugins/yarn-autocompletions

and double click open the file yarn-autocompletions and allow access there.