Mos
Mos copied to clipboard
mac 阻止了使用?
Describe the bug | 问题描述 mac 阻止了打开 mos To Reproduce | 如何重现 我使用了brew 来安装,并且在安装过程中十分顺利,但是打开的时候出现了报错。 Expected behavior | 期望结果 我希望可以正常的打开软件 Screenshots | 相关截图
抱歉,其实应该是在访达中通过右键来打开就好,情况如下:
在系统设置里面打开
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.