【问题标题】:fatal: Unable to find remote helper for 'https'致命:找不到“https”的远程助手
【发布时间】:2018-05-17 01:02:11
【问题描述】:

我试图在我的 mac (High Sierra) 上安装 brew 我总是遇到这个错误:

致命:找不到“https”的远程帮助程序

我尝试手动克隆brew,但还是一样。

你知道如何解决我的问题吗?

【问题讨论】:

    标签: git github homebrew git-clone macos-high-sierra


    【解决方案1】:

    git 在可执行文件目录 (git --exec-path) 中找不到 git-remote-https 可执行文件时会发生这种情况,而这又会在没有所有可用依赖项的机器上编译 git 时发生。您的系统上很可能缺少 libcurl-gnutls 或 libgnutls 之一。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-07-18
      • 2017-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-03-17
      • 1970-01-01
      • 1970-01-01
      • 2021-01-25
      相关资源
      最近更新 更多