使用 Git 1.8.4.2 (Mac OS X 10.7.5) 安装 Homebrew
Installing Homebrew with Git 1.8.4.2 (Mac OS X 10.7.5)
我正在尝试通过以下两种方法在 Mac OS X Lion (10.7.5) 上安装 Homebrew:
git clone https://github.com/Homebrew/brew.git
。我得到的错误是:
fatal: unable to access 'https://github.com/Homebrew/brew.git/':
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert
protocol version
- 通过下载 .zip 存档和 运行宁
/usr/local/homebrew/bin/brew install wget
。同样的错误:
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert
protocol version while accessing
https://github.com/Homebrew/homebrew-core/info/refs?service=git-upload-pack
我使用的是 Git 版本 1.8.4.2,因为我使用的是 OS X 的旧版本。有什么方法可以调整 SSL 设置以使其正常工作吗?
重申:我无法 运行 git 高于 1.8.4.2,因为我使用的是旧版 OS X。因此,告诉我更新到更新版本git 的版本有点表明您首先没有阅读或理解问题。
由于 github.com
删除了安全协议,请将您的 git 版本至少更新到 2.16.3
问题已通过使用 Tigerbrew 解决。
我正在尝试通过以下两种方法在 Mac OS X Lion (10.7.5) 上安装 Homebrew:
git clone https://github.com/Homebrew/brew.git
。我得到的错误是:
fatal: unable to access 'https://github.com/Homebrew/brew.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
- 通过下载 .zip 存档和 运行宁
/usr/local/homebrew/bin/brew install wget
。同样的错误:
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert
protocol version while accessing https://github.com/Homebrew/homebrew-core/info/refs?service=git-upload-pack
我使用的是 Git 版本 1.8.4.2,因为我使用的是 OS X 的旧版本。有什么方法可以调整 SSL 设置以使其正常工作吗?
重申:我无法 运行 git 高于 1.8.4.2,因为我使用的是旧版 OS X。因此,告诉我更新到更新版本git 的版本有点表明您首先没有阅读或理解问题。
由于 github.com
删除了安全协议,请将您的 git 版本至少更新到 2.16.3问题已通过使用 Tigerbrew 解决。