Mac 系統在 2020 年的 11 月迎來了新一代的 Big Sur 作業系統。不過在安裝時會有一定機會遇到 fails to meet Gatekeeper policy 的權限問題,導致下載中斷。這篇要筆記下其解決方法。
解決方法
你可以先暫時將其關閉,等待安裝完成後再開啟即可。
|
1 2 3 4 5 6 7 |
/*關閉指令*/ sudo spctl --master-disable spctl --status // assessments disabled 表示已經關閉 /*重新啟動指令*/ sudo spctl --master-enable spctl --status // assessments enabled 表示已經開啟 |
參考資料
1. How to Disable Gatekeeper from Command Line in Mac OS X
2. Big Sur vs. Gatekeeper Policy

![[指南] 解決 Mac Big Sur 下載安裝時可能出現的 fails to meet Gatekeeper policy 問題 [指南] 解決 Mac Big Sur 下載安裝時可能出現的 fails to meet Gatekeeper policy 問題](https://smlpoints.com/wp-content/uploads/guide-fix-mac-big-sur-fails-to-meet-gatekeeper-policy-issue-1.png)