随笔分类 -  mac

摘要:解决 Zsh compinit 不安全目录问题 在使用 Zsh 时,你可能会遇到以下错误提示: zsh compinit: insecure directories, run compaudit for list. Ignore insecure directories and continue [ 阅读全文
posted @ 2024-11-11 10:50 高度言 阅读(3307) 评论(0) 推荐(1)
摘要:Could not set environment: 150: Operation not permitted while System Integrity Protection is engaged Mac 下操作文件,遇到 Operation not permitted 原来是索引服务被关闭,导 阅读全文
posted @ 2024-04-08 09:49 高度言 阅读(24835) 评论(0) 推荐(0)
摘要:相信很多使用mac电脑的用户都遇到了这样一个烦人的问题。当我们需要输入密码的时候,mac系统中的钥匙串项目老是会自动弹出来。那么mac钥匙串频繁弹窗怎么办?mac钥匙串频繁要求输入密码怎么办?一起来看看吧 mac钥匙串频繁弹窗解决办法: 1、打开钥匙串访问 编辑(菜单栏)--更改钥匙串‘登录’密码( 阅读全文
posted @ 2023-11-01 06:57 高度言 阅读(3706) 评论(0) 推荐(0)
摘要:mac设置端口号转发到默认端口80、443 场景: 本地开发 前后端联调origin限制 微信支付、公众号联调限制https,第三方跳转美团、饿了么等等 解决: MAC SwitchHosts 切换本地 host 或则 open /private/etc/hosts 设置端口转 创建idea.tom 阅读全文
posted @ 2022-02-17 23:43 高度言