From 15ad1c023dbc037d17300b190bd20af506c4b8ec Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 4 Mar 2023 10:36:39 +0800 Subject: [PATCH] readme --- README-ZH_CN.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index a782a709d..c7794cbb5 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -62,6 +62,12 @@ cask "chatgpt", args: { "no-quarantine": true } ``` +如果在 macOS 上安装软件时遇到 `“ChatGPT” is damaged and can't be opened. You should move it to the Trash.` 错误消息,可能是由于 macOS 安全设置的限制导致的。为了解决此问题,请在终端尝试以下命令: + +```bash +sudo xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app +``` + ### Linux - [ChatGPT_0.11.1_linux_x86_64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.11.1/ChatGPT_0.11.1_linux_x86_64.deb) diff --git a/README.md b/README.md index 01ed6027e..2c3cc4285 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ cask "chatgpt", args: { "no-quarantine": true } ``` +**If you encounter the error message `"ChatGPT" is damaged and can't be opened. You should move it to the Trash`. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:** + +```bash +sudo xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app +``` + ### Linux - [ChatGPT_0.11.1_linux_x86_64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.11.1/ChatGPT_0.11.1_linux_x86_64.deb): Download `.deb` installer, advantage small size, disadvantage poor compatibility