有人在运行brew install freetds --with-unixodbc
时看到了这种情况吗?
$ brew install freetds --with-unixodbc
==> Using the sandbox
==> Downloading ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.26.tar.bz2
curl: (56) response reading failed
Trying a mirror...
==> Downloading https://fossies.org/linux/privat/freetds-1.00.26.tar.bz2
curl: (22) The requested URL returned error: 410 Gone
Error: Failed to download resource "freetds"
Download failed: https://fossies.org/linux/privat/freetds-1.00.26.tar.bz2
任何帮助或指针都会很棒。谢谢!
答案 0 :(得分:1)
通过在自制的github页面上发布问题找到这个问题的答案。这是ilovezfs的答案:
你可以尝试这个链接 here和 将文件放在〜/ Library / Caches / Homebrew。
通过这个我了解到一个解决方法来酿造无法正常工作的链接(我的计算机上没有安装防火墙),你也可以下载源文件,将其放入Homebrew目录,并运行:
brew install <library name>
只是想发布这个答案,以防对那些有类似问题的人有用。