I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release?
Disabling Gatekeeper just to allow one application to run is indeed a terrible idea and should not be provided as a workaround. I'd rather use the Intel version than putting my whole system at risk. Or stick with 1.5.1 that somehow doesn't have that issue (funnily enough it's listed as an iOS app in System Report).
Hi @uandco I was also sceptical first as I'm more or less new to MacOS and whilst searching for explanations about these commands I found one article who said that you must/should turn it back after you made the changes.
8条答案
按热度按时间jdgnovmf1#
在修了,可能是升级工具导致的
pgx2nnw82#
Hi!
I just did an update via Brew and now getting the same error. Can we do something to fix it?
Thank you
7z5jn7bk3#
@marchpane you can downgrade to v1.5.1 temporary, and I 'll fix it in 1.5.3 soon
inn6fuwd4#
报错已损坏的先执行下面命令,之后就能使用了
if Mac M1 errors
damaged and can’t be opened. You should move it to the Trash
:sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app
6mw9ycah5#
I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release?
dphi5xsq6#
I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release?
In processing, the previous certificate needs to be revoked. Apple has been reviewing it for nearly 20 days and has not made progress yet...
uqxowvwt7#
I don't think disabling Gatekeeper is a good practice. Any timeline on a signed M1 release?
Disabling Gatekeeper just to allow one application to run is indeed a terrible idea and should not be provided as a workaround. I'd rather use the Intel version than putting my whole system at risk. Or stick with 1.5.1 that somehow doesn't have that issue (funnily enough it's listed as an iOS app in System Report).
dgsult0t8#
Hi @uandco
I was also sceptical first as I'm more or less new to MacOS and whilst searching for explanations about these commands I found one article who said that you must/should turn it back after you made the changes.
sudo spctl --master-disable
sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app
sudo spctl --master-enable
I now understand the risk of it. A check could be done via
spctl --status
.Now there is already
1.5.5
released and people should not forget to turn back their Gatekeeper settings in MacOS as the issue is resolved now.