我正在尝试从一个开放的git仓库克隆一个项目。我收到了这个错误。我试图找出原因并找到that。正在运行SELECT f.*
FROM some_table, my_function(id) AS f;
:
brew install git --with-brewed-curl --with-brewed-openssl
git --version:2.4.9(Apple Git-60 卷曲-V:卷曲7.43.0`
答案 0 :(得分:0)
您可以使用
$ brew remove git
$ brew remove curl
$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git