Mac brew 安装软件

Mac brew 安装软件

homebrew 速度慢

将brew 切换到国内镜像源

sh 复制代码
# 速度一般
# 步骤一
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

# 步骤二
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

#步骤三
brew update
sh 复制代码
# 速度比较快
# 替换 Homebrew
git -C "$(brew --repo)" remote set-url origin https://mirrors.ustc.edu.cn/brew.git

# 替换 Homebrew Core
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

# 替换 Homebrew Cask
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git

# 替换 Homebrew-bottles
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc

brew update

注意这里需要等待一会,因为要更新资源。

更新完后使用brew update,brew install速度变快很多了,不会卡在那半天没动静,替换镜像完成。

复原方法

sh 复制代码
# 步骤一
cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

# 步骤二
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core

#步骤三
brew update
Brew 几个常用的命令
sh 复制代码
#查看homebrew版本
brew -v

#查看已安装的包
brew list

#安装包
brew install packageName

#卸载包
brew uninstall packageName

#查找包
brew search packageName

#查看包信息
brew info packageName 

#更新homebrew
brew update

#诊断homebrew
brew doctor

#查看帮助信息
brew -h
安装redis
sh 复制代码
brew install redis

brew services start redis

#进入brew安装根目录
cd "$(brew --repo)"
/opt/homebrew

#默认安装目录
/opt/homebrew/opt/redis
#配置放到文件
/opt/homebrew/etc/redis.conf

重启redis服务:
brew servcies restart redis
安装Rabbitmq

参考

卸载重置安装rabbitmq报错

由于目录权限的问题导致启动不成功

cd /opt/homebrew/var/lib/rabbitmq/mnesia

ls -l # 查看目录的权限, 非当前用户拥有目录则进行删除

rabbit@localhost rabbit@localhost-feature_flags rabbit@localhost-plugins-expand
相关推荐
『 时光荏苒 』2 天前
Mac电脑安装nvm(node包版本管理工具)[搜藏版]
mac·mac安装nvm·nvm安装教学·mac安装node
Heaven6453 天前
2.7 以太网的 MAC 层
网络·计算机网络·mac·以太网
小田_7 天前
macOS 设置固定IP
mac·ip·dhcp·固定
Mac分享吧9 天前
【iStat Menus for MacBook状态栏菜单系统监控工具--安装教程【简单操作,随时了解电脑情况】
macos·mac·istat menus·软件分享·系统数据监控
hbblzjy12 天前
Mac电脑中隐藏文件(即以 . 开头的文件/文件夹)的显示和隐藏的两种方法
macos·mac·隐藏文件
伊织code12 天前
[2024最新] macOS 发起 Bilibili 直播(不使用 OBS)
macos·mac·web·直播·b站·bilibili
Mac新人12 天前
Mac的极速文件搜索工具,高效管理文件
macos·mac
王拴柱12 天前
Mac如何实现最简单的随时监测实时运行状态的方法
macos·mac
skywalk816313 天前
Mac brew安装软件镜像加速
macos·brew
Mac新人14 天前
优化Mac的鼠标使用体验超简单方法
macos·计算机外设·mac