安装完成后,打开终端,运行下面的命令。

sudo xattr -d com.apple.quarantine "/Applications/PicGo.app/"

这个命令的作用是删除指定文件或目录的扩展属性(extended attributes)中的“com.apple.quarantine”属性。在 macOS 中,文件或应用程序首次从互联网上下载并存储在磁盘上时,系统可能会自动添加“com.apple.quarantine”属性,用于标记文件的来源,并在首次运行时显示安全提示。

具体来说,sudo xattr -d com.apple.quarantine "/Applications/PicGo.app/" 这个命令尝试删除 “/Applications/PicGo.app/” 目录的 quarantine 属性。这样,当你运行 PicGo 应用程序时,就不会再收到系统的安全提示,因为你已经明确告诉系统这个应用是可信的。

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2023). Mac OS 安装 PicGo 提示“文件已损坏”. BIO-SPRING. /post/2023/12/29/mac-os-picgo/

BibTeX citation

@misc{
  title = "Mac OS 安装 PicGo 提示“文件已损坏”",
  author = "gaoch",
  year = "2023",
  journal = "BIO-SPRING",
  note = "/post/2023/12/29/mac-os-picgo/"
}