章節連結
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
延伸閱讀
- [筆記] Ultimate AWS Certified Developer Associate (27)
- [筆記] Udemy – CSS3 Animations, Transforms and Transitions Ultimate Guide (38)
- [筆記] Udemy – CSS3 Animations, Transforms and Transitions Ultimate Guide (37)
- [筆記] 六角學院 Node.js 2022 直播班記錄 – 10 Mongoose 額外補充和模組化
- [筆記] 六角學院 Node.js 2022 直播班記錄 – 9 Mongoose 連線基本操作