Skip to content
New issue

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

mac 阻止了使用? #694

Open
a-green-hand-jack opened this issue Jan 22, 2025 · 3 comments
Open

mac 阻止了使用? #694

a-green-hand-jack opened this issue Jan 22, 2025 · 3 comments

Comments

@a-green-hand-jack
Copy link

Describe the bug | 问题描述
mac 阻止了打开 mos
To Reproduce | 如何重现
我使用了brew 来安装,并且在安装过程中十分顺利,但是打开的时候出现了报错。
Expected behavior | 期望结果
我希望可以正常的打开软件
Screenshots | 相关截图

Image

Image

@a-green-hand-jack
Copy link
Author

抱歉,其实应该是在访达中通过右键来打开就好,情况如下:

Image

@usafchn
Copy link

usafchn commented Jan 23, 2025

Image

在系统设置里面打开

@jyxjjj
Copy link

jyxjjj commented Jan 24, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants