Loading...
macOS 更改 Terminal 语言本文地址:https://blog.lucien.ink/archives/460/起因今天用 brew 装了一个 wget, 装完之后发现提示是中文的$ wget wget:未指定 URL 用法: wget [选项]... [URL]... 请尝试使用“wget --help”查看更多的选项。解决应该是因为 Homebrew 里的 wget 是有多...
macOS 安装 Homebrew本文地址:https://blog.lucien.ink/archives/459/命令/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Homebrew 官网https://brew.sh/i...
设置 Http 代理echo "alias proxy='export all_proxy=http://${proxy_addr}:${port}'" >> ~/.bash_profile && source ~/.bash_profile设置 Socks5 代理echo "alias proxy='export all_proxy...
很多小伙伴在使用 Homebrew 的时候发现速度很慢,可通过使用国内的镜像来解决。