2025
02-07
02-07
Mac端的神器,homebrew常用命令 79 VIEW
查看brew镜像源
git -C "$(brew --repo)" remote -v
查看homebrew-core镜像源
git -C "$(brew --repo homebrew/core)" remote -v
查看homebrew-cask镜像源(需要安装后才能查看)
git -C "$(brew --repo homebrew/cask)" .... Read More >