xxx can’t be opened because Apple cannot check it for malicious software. 通过brew下载或者第三方下载安装软件后打开报错terminal打开输入sudo spctl --master-disable 开启苹果隐私的隐藏anywhere选项此时弹出警告,直接打开即可
Mac OS没有 ll 命令代替方案 vim ~/.bash_profile在bash_profile中添加:alias ll='ls -alF'在bash_profile中添加:source ~/.bash_profile
Mac终端下主机名显示bogon问题 解决很简单终端输入sudo scutil --set HostName 你的主机名终端输入hostname查看结果关闭终端重新打开可看到效果参考文章:https://blog.csdn.net/zhizunyu2009/articl ...