首页 > Web开发 > 详细

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

时间:2017-09-10 12:06:07      阅读:1474      评论:0      收藏:0      [点我收藏+]

执行 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。

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

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

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

原文:http://www.cnblogs.com/hhyaner/p/7500424.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!