惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
量子位
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
S
SegmentFault 最新的问题
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
G
Google Developers Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
罗磊的独立博客
Vercel News
Vercel News
L
LangChain Blog
V
V2EX
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
博客园 - Franky
V
Visual Studio Blog
J
Java Code Geeks

Homebrew

分享两个我和小伙伴维护的第三方 Homebrew 仓库 同志们, brew 不支持 big sur 了,怎么搞 会自动更新的非 MAS 安装的 app 怎么用 brew cask 管理? mac brew services nginx 开机启动失败,有遇到的老哥吗? HOMEBREW_INSTALL_FROM_API 已经是默认设置了 M1 MBP Ventura 上 MacVim 命令行启动后开新 Tab 崩溃 请教, mac 的 homebrew 用久了,怎么重置啊~ Brew 装不上 ca-certificates brew 下载过程怎么跳过已下载的依赖包? homebrew 移除了对 mojave 的支持,结果现在安装啥都得编译安装,有的要几个小时才编译完,愁死了 [M1 芯片] 安装最新版的 Homebrew 并替换成清华大学的源后无法安装软件 Homebrew 正式支持 M1 Install homebrew in native mode on Apple MacOS ARM (M1) Homebrew 要求 unshallow 整个 repo Homebrew 对 Apple Silicon 的支持状况 Homebew on macOS Big Sur 兼容性问题 Mac 终端运行“brew install xxx”过程中不显示下载进度条,怎么解决? homebrew 安装相关 brew 不能找到 pyenv 装的 Python 关于用 Homebrew 安装 NGINX 并改成 80 端口启动 [Homebrew]分享一下昨天刚知道的中科大源,顺便吐槽一下官方连个 mirror 列表都没得,不知海岸这边的疾苦吗?😭 homebrew cask 国内镜像用哪个好? 貌似清华的 homebrew mirror 挂了 Homebrew 下周起将开始匿名收集用户使用的统计数据 如何修改源或者如何将使用本地源码包? brew 对旧的系统不管不顾了吗? 安装wget之后,仍然command not found 在douban创建了一个homebrew的小组, 求关注 Xcode, GCC, and Homebrew 遇到源的网速慢的时候怎么办呀
没有设置 Homebrew 清华源, brew 却从清华源下载?
qeqv · 2023-07-16 · via Homebrew

过程

 % brew search iina
==> Formulae
inja

==> Casks
iina                                                                                                            iina-plus
 % brew install iina
==> Downloading https://dl-portal.iina.io/IINA.v1.3.2.dmg
==> Downloading from https://mirrors.tuna.tsinghua.edu.cn/iina/IINA.v1.3.2.dmg
######################################################################################################################################################################################################################## 100.0%
==> Installing Cask iina
==> Moving App 'IINA.app' to '/Applications/IINA.app'
==> Linking Binary 'iina-cli' to '/usr/local/bin/iina'
🍺  iina was successfully installed!

查看 brew 配置

 % brew config
HOMEBREW_VERSION: >=2.5.0 (shallow or no git repository)
ORIGIN: (none)
HEAD: (none)
Last commit: never
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: (none)
Core tap last commit: never
Core tap branch: (none)
Core tap JSON: 15 Jul 17:28 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_API_AUTO_UPDATE_SECS: 86400
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby
CPU: quad-core 64-bit broadwell
Clang: N/A
Git: N/A
Curl: 7.87.0 => /usr/bin/curl
macOS: 12.6.7-x86_64
CLT: N/A
Xcode: N/A
 % brew tap
elastic/tap
gcenx/wine
homebrew/cask
homebrew/core
homebrew/services

属实给我整不会了

仔细想想以前有可能临时用过清华的源,但是并没有配置环境变量啊