BingGPT icon indicating copy to clipboard operation
BingGPT copied to clipboard

0.3.2 macos arm 架构的包出现包损坏

Open steven-ok opened this issue 1 year ago • 7 comments

steven-ok avatar Apr 04 '23 06:04 steven-ok

me too

macreeeeee avatar Apr 04 '23 09:04 macreeeeee

试试 sudo xattr -d com.apple.quarantine /Applications/BingGPT.app

iGxnon avatar Apr 04 '23 12:04 iGxnon

sudo xattr -d com.apple.quarantine /Applications/BingGPT.app is useful. Many thanks! @iGxnon

favany avatar Apr 04 '23 13:04 favany

以上命令可用,但打开后整个界面只有Not Available两词。同一局域网下Windows便携版使用无问题。

shindgen avatar Apr 04 '23 17:04 shindgen

sudo xattr -d com.apple.quarantine /Applications/BingGPT.app的作用是移除macOS中的Quarantine属性。这个属性会被macOS添加到从互联网下载或通过AirDrop接收的文件上,目的是保护您的计算机免受潜在的有害文件。当您运行这个命令时,它会从指定的文件或目录中删除Quarantine属性,从而允许您无任何警告或限制地运行它。

epirus avatar Apr 05 '23 05:04 epirus

sudo xattr -d com.apple.quarantine /Applications/BingGPT.app的作用是移除macOS中的Quarantine属性。这个属性会被macOS添加到从互联网下载或通过AirDrop接收的文件上,目的是保护您的计算机免受潜在的有害文件。当您运行这个命令时,它会从指定的文件或目录中删除Quarantine属性,从而允许您无任何警告或限制地运行它。

请问这个指令只针对于当前app,还是全局作用?是否对系统安全性能有影响

huangbo2024 avatar Apr 05 '23 08:04 huangbo2024

sudo xattr -d com.apple.quarantine /Applications/BingGPT.app的作用是移除macOS中的Quarantine属性。这个属性会被macOS添加到从互联网下载或通过AirDrop接收的文件上,目的是保护您的计算机免受潜在的有害文件。当您运行这个命令时,它会从指定的文件或目录中删除Quarantine属性,从而允许您无任何警告或限制地运行它。

请问这个指令只针对于当前app,还是全局作用?是否对系统安全性能有影响

我从 https://github.com/yetone/openai-translator#troubleshooting 处找到的这个命令,这个命令只会作用于 /Applications/BingGPT.app 这个文件,你可以卸载 BingGPT 然后再安装,应该还会出现 架构的包出现包损坏 的提示,所以这应该不是全局作用

iGxnon avatar Apr 05 '23 08:04 iGxnon