我已经设置了 git 和 homebrew,运行了brew reset-update,brew update这些brew doctor都没有给我错误,但是当我尝试使用以下命令安装 glew 时:brew install glew它给了我很多错误:
fatal: the remote end hung up unexpectedly30.11 MiB | 4.92 MiB/s
fatal: early EOF
fatal: index-pack failed
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask` exited with 128.
Run Code Online (Sandbox Code Playgroud)
我想这是因为木桶没有安装(尽管从我读到的内容来看,它应该与自制软件一起安装),所以也尝试单独安装木桶,但它也给了我与底部相同的错误,我也尝试重新安装 git 和 homebrew,更新所有内容并重新启动我的 Mac。任何帮助,将不胜感激。