
完美解决 fatal: unable to access ‘https://github.com/Homebrew/brew/‘
-
更新了系统,安装 Homebrew 老失败,报错:fatal: unable to access 'github/Homebrew/brew/':
-
解决方案,执行下面两行命令:
$ git config --global --unset http.proxy $ git config --global --unset https.proxy -
其他错误解决
fatal: unable to access 'github/Homebrew/brew/': LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out, errno 60 Failed during: git fetch --force --tags origin
👁️ 阅读量:0
© 版权声明:本文《完美解决 fatal: unable to access ‘https:github.comHomebrewbrew‘》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686957587a408167.html。