记录下操作过程

14 次浏览
2024年08月17日创建

xcode-select --install

两个文件无法下载:protobuf和openssl。


brew install protobuf
brew install openssl@3
brew update-reset


   # 替换 brew.git:
   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

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


clashx
复制终端代理命令

export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
export OPENSSL_INCLUDE_DIR=$(brew --prefix openssl)/include
export DEP_OPENSSL_INCLUDE=$(brew --prefix openssl)/include