标签:com html homebrew 官方文档 界面 url 需要 aik dem
homebrew 默认源的速度很慢,可以采用国内源加速,这里采用清华的源加速,文档在这里。
git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
# cask 是brew用来管理一些图形界面的程序,默认可以不用。
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git
brew update
git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://github.com/Homebrew/homebrew-cask.git
brew update
Apple 官方文档 如何通过 macOS 恢复功能重新安装 macOS
Mac 下 chrome 浏览器本地安装插件时出现"CRX-HEADER-INVALID"解决方法
补充:Mac 下 chrome 插件打包
注意需要打开开发者模式,否则找不到 加载扩展程序
标签:com html homebrew 官方文档 界面 url 需要 aik dem
原文地址:https://www.cnblogs.com/hiyang/p/12631579.html