brew更换为国内源 在用brew安装新的软件的时候一直出现: 1 Updating Homebrew... 主要是因为它试图在连接国外的源, 改成国内的源就好了: 123456 cd "$(brew --repo)"git remote set-url origin https://mirrors.ustc.edu.cn/brew.git#替换homebrew-core.git:cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git 赞微海报分享
近期评论