git 克隆失败,libcurl 是在禁用 SSL 的情况下构建的

标签 git ssl tortoisegit

git.exe clone -v "https://github.com/tdegrunt/mongodb-rest.git""C:\mongodb-rest"

已在 C:/mongodb-rest/.git/中初始化空 Git 存储库 致命:https://github.com/tdegrunt/mongodb-rest.git/info/refs下载错误 - libcurl 是在禁用 SSL 的情况下构建的,https:不支持!

我正在通过 TortoiseGit 使用 git clone,但它因上述错误而失败。

最佳答案

尝试 msysgit , 它是用 SSL 支持编译的。

关于git 克隆失败,libcurl 是在禁用 SSL 的情况下构建的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4623638/

相关文章:

git - 使用 TortoiseGit 推送到远程 URL

git - 我怎样才能忽略 TortoiseGit blame 中的空白更改

git - 在 ubuntu 20.04 上安装 git 时发生错误

git - 在 Atlassian Stash 中查看分支 TreeView

python-2.7 - URLError : <urlopen error [SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl. c:590)>

python - 使用 Requests 包时出现 SSL InsecurePlatform 错误

windows - 如何解决 TortoiseGitPlink fatal error ?

java - git pull - 来自 Java 的更改

git - 在 Git 中仅提交文件的部分更改

amazon-web-services - 如何在 kubernetes 中将 SSL 证书安装到 aws 负载均衡器?