装homebrew遇到了之前遇到的困难,上次不知道怎么过去的,也不知道那样的过去方式,是不是给后来造成了失败的结果。这次至少要知道怎么过去的,即便不是按照官网的方式。
最后出现的错误,复制的代码如下
fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out, errno 60
Failed during: /usr/bin/git fetch --force --tags origin
dunakeliu@DUNAKEdeMac-mini ~ %
截图如下
现在再重新装一次。
又重新装了一次,这次装成功了,截图是这样的
但是,要求run these two command,不知道要不要去run,上次我记得run了。下面就是关于是不是要run,以及run之后的结果的。
查到了一篇文章,我把网址贴上去,这个人说了需要run,否则会遇到困难。
https://blog.devgenius.io/how-to-install-homebrew-brew-on-mac-d438c8788759
文章中说
You should now follow “Next steps” and add Homebrew to your PATH so that you can run brew from anywhere in your terminal. If you don’t, you’ll see this whenever you try to run brew:
$ brew install something
zsh: command not found: brew
5. Run this:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/<willshowyouruserdirectory>/.zprofile
6. Run this:
eval "$(/opt/homebrew/bin/brew shellenv)"
You’re done! Now you can run brew install <yourPackage> and it’ll just work!
Happy brewing!
文章说的不对!!!要根着terminal的要求,一个字不差的贴上去,现在贴的是
我一开始贴的是自己删减了字的显示错误。
我们就按照terminal的要求就可以。如下图
到此为止,homebrew安装完毕。yay