解决:fatal: unable to access ‘https://github.com/Homebrew/brew/’: Error in the HTTP2 framing layer
fatal: unable to access 'https://github.com/homebrew/brew/':
1
更新了新的系统,安装homebrew的时候老失败。

解决方案:

git config --global --unset http.proxy
git config --global --unset https.proxy

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-08-02
  • 2022-12-23
相关资源
相似解决方案