如何在 samba.org 关闭时在 mac 上安装 rsync

How to install rsync on mac while samba.org is down

(! 516)->  brew install rsync
==> Installing rsync from homebrew/homebrew-dupes
==> Downloading https://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz

curl: (7) Failed to connect to rsync.samba.org port 443: Operation timed out
Error: Failed to download resource "rsync"
Download failed: https://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz

整个 https://www.samba.org/ 已关闭。

现在知道如何在 Mac 上安装 rsync 吗? 谢谢!

只是选择一个随机镜像(在这种情况下来自 Gentoo linux 发行版):

https://mirrors.kernel.org/gentoo/distfiles/rsync-3.1.1.tar.gz

您可以浏览大多数大型发行版的存储库,并在那里找到最新 rsync 源 tar 的各种副本。源代码应该适用于所有发行版,包括 Mac OSX。它与 "tarball" samba.org 通常的主机相同。

如果你想用自制软件安装它,你可能需要 运行 brew edit rsync 修改公式。 Homebrew 使用称为公式的小脚本,用 Ruby 编写,告诉它在哪里可以找到源代码、如何使用它以及如何安装它。

暂时将脚本中的 https://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz 行替换为 https://mirrors.kernel.org/gentoo/distfiles/rsync-3.1.1.tar.gz