Git推送Libcurl.dll错误 [英] Libcurl.dll error with Git push

查看:123
本文介绍了Git推送Libcurl.dll错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我安装了Git(使用位桶来存储)。我根据我在网上找到的不同指南配置了所有内容,但每当我使用命令 git push -u origin --all 时,我都会收到以下错误消息:


无法在动态链接库libcurl.dll中找到过程入口点curl_multi_timeout。



解决方案

它看起来像一个来自他们的libcurl的OpenOffice冲突。从我的理解中,Openoffice将一个旧的libcurl.dll放在系统目录中。



尝试从 C:\ Windows \中删除libcurl.dll \\ sysWOW64 和/或 C:\ Windows \ System32 (重新安装Git或卸载OpenOffice似乎无法解决问题) / p>

Recently I installed Git (Using Bit bucket for repository). I configured everything according to different guides I found on the net, but whenever I use the command git push -u origin --all I get the following error:

The procedure entry point curl_multi_timeout could not be located in the dynamic link library libcurl.dll

解决方案

It looks like it's an OpenOffice conflict from their libcurl. From my understanding, Openoffice put an old libcurl.dll in the system directory.

Try to remove libcurl.dll from C:\Windows\sysWOW64 and/or C:\Windows\System32 (Reinstalling Git or uninstalling OpenOffice doesn't seem to fix the problem).

这篇关于Git推送Libcurl.dll错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆