zoukankan      html  css  js  c++  java
  • git-remote-https.exe 无法找到入口

    执行 git clone repertoryURL 时,弹出提示框。提示内容如下:

    git-remote-https.exe - 无法找到入口

    无法定位程序输入点 curl_global_sslet 于动态链接库 libcur-4.dll 上。

    经过网上搜索,搜索到类似的错误: https://community.atlassian.com/t5/SourceTree-questions/git-remote-https-exe-libcurl-4-dll-The-procedure-entry-point-SSL/qaq-p/427587

    简要的说明原因,是因为电脑中存在两个可识别的 libcur-4.dll,它不知道该定位哪一个时就报错了。

    【解决方案】

    1. 搜索 libcur-4.dll ,查看在电脑中是否存在两个位置, 我的电脑搜索出来结果如下。

    2. 将 bin 目录中的 libcur-4.dll 覆盖 libexec 里的 libcur-4.dll。

    至此,就可以正常使用了。

    我这里产生原因不太清楚,总归是解决了。

  • 相关阅读:
    Mysql 库表
    Mysql (二)
    SQLAlchemy
    Mysql 测试题
    jquery
    抽屉 演示
    前端项目
    JavaScript
    Html Css  练习
    Pandas之DataFrame——Part 3
  • 原文地址:https://www.cnblogs.com/hhyaner/p/7500424.html
Copyright © 2011-2022 走看看