We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug | 问题描述 mac 阻止了打开 mos To Reproduce | 如何重现 我使用了brew 来安装,并且在安装过程中十分顺利,但是打开的时候出现了报错。 Expected behavior | 期望结果 我希望可以正常的打开软件 Screenshots | 相关截图
The text was updated successfully, but these errors were encountered:
抱歉,其实应该是在访达中通过右键来打开就好,情况如下:
Sorry, something went wrong.
在系统设置里面打开
Add this to your zshrc
function deletexattr() { xattr -d com.apple.quarantine $1 xattr -d com.apple.macl $1 xattr -d com.apple.provenance $1 }
Then run deletexattr /Applications/{ANY APPLICATION}.app so that you can do anything. Now, you can close it.
deletexattr /Applications/{ANY APPLICATION}.app
No branches or pull requests
Describe the bug | 问题描述
mac 阻止了打开 mos
To Reproduce | 如何重现
我使用了brew 来安装,并且在安装过程中十分顺利,但是打开的时候出现了报错。
Expected behavior | 期望结果
我希望可以正常的打开软件
Screenshots | 相关截图
The text was updated successfully, but these errors were encountered: