Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
1  
what is your operating system ? i would start by reinstalling git – Willem D'haeseleer 4 hours ago
Windows 7 @WillemD'haeseleer – bappi48 4 hours ago

1 Answer

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).

share|improve this answer
1  
Thanks! I removed libcurl.dll from C:\Windows\System32 and after that it worked like a charm! – tkahn 51 mins ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.