我如何使用'brew install most'使用不同的ftp地址,因为当前的一次超时?

时间:2014-10-09 17:25:23

标签: timeout homebrew

我想使用most安装brew。我最近尝试过,但ftp地址超时,我不知道如何告诉brew使用其他位置来检索源。

当它试图下载最多5.0.0a.tar.bz2的lib时,怎么能告诉brew使用不同的url?

1 个答案:

答案 0 :(得分:0)

如果您输入brew edit most,它会打开带有网址的文本编辑器。编辑此文件并保存文件会导致从新网址安装brew。

正如您在此示例中所见,下载位置的网址已相应更改:

# changed the url from ftp:// to NOTREALftp://.....
$ brew edit most

$ brew install most
==> Installing most
==> Downloading NOTREALftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2
curl: (1) Protocol NOTREALftp not supported or disabled in libcurl
Error: Failed to download resource "most"
Download failed: NOTREALftp://space.mit.edu/pub/davis/most/most-5.0.0a.tar.bz2