git 克隆失败,libcurl 是在禁用 SSL 的情况下构建的
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 ,但它因上述错误而失败。
git.exe clone -v "https://github.com/tdegrunt/mongodb-rest.git" "C:\mongodb-rest"
Initialized empty Git repository in C:/mongodb-rest/.git/
fatal: https://github.com/tdegrunt/mongodb-rest.git/info/refs download error - libcurl was built with SSL disabled, https: not supported!
I am using git clone via TortoiseGit and it fails for me with the above error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 msysgit,它是使用 SSL 支持编译的。
Try msysgit, it is compiled with SSL supports.