Skip to content

Instantly share code, notes, and snippets.

@jokemmy
Last active February 2, 2019 09:13
Show Gist options
  • Save jokemmy/3fc4f508243208f9969d1f90ca4a8cc1 to your computer and use it in GitHub Desktop.
Save jokemmy/3fc4f508243208f9969d1f90ca4a8cc1 to your computer and use it in GitHub Desktop.
mac系统 应用程序 xxx 不能打开 的解决方法
$ chown -R <$whoami>:admin xxx.app # 这个可以不要
$ chmod -R 775 xxx.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment