Wayne's blog

标签 · homebrew

首页

关于

归档

好友们

loading..
macOShomebrew

homebrew install tutorial (2022)

Homebrew 安装教程 2022我在之前写过一个 macOS (ARM64) 安装常用的开发软件 文章,里面有提到 Homebrew 的安装, 但是要手动改写 安装脚本,我觉得还是不太优雅,正好借着重装系统的机会,来优雅一遍。 mirrors首选去到官网上可以看到 有这么一个章节 Git Remote Mirroring ,并且只需要设定环境变量就可以了。 那么就从这里入手。 这次看到清华大学开源镜像站里没毛病了,所以这次就来用清华大学的镜像 https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/ install1. 设定环境变量export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsing..

更多
loading..
macOSarm64MacBookhomebrew

macOS (ARM64) 安装常用的开发软件

macOS (ARM64) 安装常用的开发软件这个过程还是非常有意思的,尤其是网络连不通的那部分。 Xcode整个过程都可以在 App Store 里完成,但安装完之后会影响到 git,在使用 git 的时候会看到一个消息 You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode. Hit the Return key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/Licens..

更多