目 录CONTENT

文章目录

⛳️mac使用tree

柯基
2025-11-10 / 0 评论 / 0 点赞 / 20 阅读 / 34 字

安装tree

brew install tree

可能会遇到网络问题 挂上代理

http_proxy=http://代理:xxxx https_proxy=http://代理:xxxx brew install tree
0

评论区