问题
brew update 遇到错误, 错误信息如下:
解决方式
- brew doctor
运行后发现源为科大的源, 于是切换回原来的官方的 brew 源:
有其他问题,建议按照提示一一解决掉:
- brew update
- brew config 查看配置
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net bit.ly/2EzoUDo bit.ly/2tW6eYT bit.ly/2X6vadl bit.ly/2viLpHU linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com v.gd/2P9wTx v.gd/FtfpqE v.gd/eMfHsm v.gd/Ub7mqv v.gd/RReVk0 v.gd/vS3uTI v.gd/4Zxmba
brew update 遇到错误, 错误信息如下:
BASH1 Updating Homebrew...
2 Warning: You are using macOS 10.15.
3 We do not provide support for this pre-release version.
4 You will encounter build failures with some formulae.
5 Please create pull requests instead of asking for help on Homebrew's GitHub,
6 Discourse, Twitter or IRC. You are responsible for resolving any issues you
7 experience, as you are running this pre-release version.
运行后发现源为科大的源, 于是切换回原来的官方的 brew 源:
BASH1 cd "$(brew --repo)"
2 git remote set-url origin https://github.com/Homebrew/brew.git
有其他问题,建议按照提示一一解决掉:
No comments:
Post a Comment