我在Mac Capitan 10.11.2上运行。
我打算将PgAdmin 4安装到计算机上,但是当我在安装后打开应用程序时,我会收到以下消息“pgAdmin 4” is damaged and can’t be opened. You should move it to the Trash.
我正在使用从这里下载的https://www.postgresql.org/ftp/pgadmin/pgadmin4/v2.1/macos/
有谁能解释我为什么要买这些麦片吗?有办法解决这个问题吗?
发布于 2018-01-12 13:06:27
在System Preferences
下,选择Security & Privacy
。要修复“移动到垃圾”错误,我们需要将允许从下载的应用程序更改为Anywhere。
或来自CLI:
sudo spctl --master-disable
https://stackoverflow.com/questions/48226669
复制相似问题