尝试使用brew在我的Mac上安装更新版本的bash。 brew已安装且工作正常。当我尝试运行时: brew安装bash 但是我收到以下错误:
==> Downloading https://gist.githubusercontent.com/jacknagel/d886531fb6623b60b2a
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "readline--patch"
Download failed: https://gist.githubusercontent.com/jacknagel/d886531fb6623b60b2af/raw/746fc543e56bc37a26ccf05d2946a45176b0894e/readline-6.3.8.diff
事实上,这里没有任何内容:
https://gist.githubusercontent.com/jacknagel
答案 0 :(得分:4)
更新您的Homebrew公式,然后重试:brew update
。